#DBA05F
A light, moderate orange closely aligning with Sandybrown.
About #DBA05F
When working with digital screens, the color #DBA05F is rendered by mixing light. It is closely associated with the named CSS color Sandybrown. This translates to an RGB value of rgb(219, 160, 95).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 27% Magenta, 57% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBA05F
RGB219, 160, 95
HSL31.5°, 63.3%, 61.6%
CMYK0%, 27%, 57%, 14%
HSV31.5°, 56.6%, 85.9%
LAB70.2, 14.8, 42.1
XYZ43.8, 41.0, 16.4
Decimal14393439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.21:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBA05F;
}
.text-color {
color: #DBA05F;
}
.border-color {
border: 2px solid #DBA05F;
}