#D3926D
A light, moderate orange closely aligning with Darksalmon.
About #D3926D
The precise color #D3926D is an excellent choice for modern design projects. It is closely associated with the named CSS color Darksalmon. This translates to an RGB value of rgb(211, 146, 109).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 31% magenta, 48% yellow, and 17% black. With a hue angle of 21.8 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3926D
RGB211, 146, 109
HSL21.8°, 53.7%, 62.7%
CMYK0%, 31%, 48%, 17%
HSV21.8°, 48.3%, 82.7%
LAB66.1, 20.3, 29.4
XYZ39.9, 35.5, 19.2
Decimal13865581
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.10:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D3926D;
}
.text-color {
color: #D3926D;
}
.border-color {
border: 2px solid #D3926D;
}