#DB926D
A light, moderate orange closely aligning with Darksalmon.
About #DB926D
Visually, #DB926D is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Darksalmon. Its digital footprint relies on 219 parts red, 146 parts green, and 109 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 33% M, 50% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB926D
RGB219, 146, 109
HSL20.2°, 60.4%, 64.3%
CMYK0%, 33%, 50%, 14%
HSV20.2°, 50.2%, 85.9%
LAB67.1, 23.5, 30.8
XYZ42.3, 36.7, 19.3
Decimal14389869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.34:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB926D;
}
.text-color {
color: #DB926D;
}
.border-color {
border: 2px solid #DB926D;
}