Shades of Chenin #DBB871
Tints of Chenin #DBB871
RGB
CMYK
RGB Variations
Color information
#DBB871 (or 0xDBB871) is known color: Chenin. HEX triplet: DB, B8 and 71. RGB value is (219,184,113). Sum of RGB (Red+Green+Blue) = 219+184+113=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB871 is #24478E. Grayscale: #BABABA. Windows color (decimal): -2377615 or 7452891. OLE color: 7452891.
HSL color Cylindrical-coordinate representation of color #DBB871: hue angle of 40.19º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBB871 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 113 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.14 |
| HSL | 40.19º | 0.6% | 0.65% | - |
| HSV(B) | 40.19º | 0.48% | 0.86% | - |
| XYZ | 49.33 | 50.53 | 22.78 | - |
| YUV | 186.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 113 | 0 | 0.16 | 0.48 | 0.14 | 40.19 | 0.6 | 0.65 |
| Hex | DB | B8 | 71 | 0 | 10 | 30 | E | 28 | 3C | 41 |
| Octal | 333 | 270 | 161 | 0 | 20 | 60 | 16 | 50 | 74 | 101 |
| Binary | 11011011 | 10111000 | 1110001 | 0 | 10000 | 110000 | 1110 | 101000 | 111100 | 1000001 |
Color Harmonies of #DBB871
Complementary color
Monochromatic Colors of #DBB871
Black with #DBB871
Text Example
Text Example
White with #DBB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB871; }
p { color: rgb(219,184,113); }
H1.HeaderClassName
{
color: #DBB871;
}
.AnyTagClassName
{
color: #DBB871;
}
</style>
background-color css
<style>
a { background-color: #DBB871; }
a { background-color: rgb(219,184,113); }
div.DivClassName
{
background-color: #DBB871;
}
.BgClassName
{
background-color: #DBB871;
}
</style>
border-color css
<style>
span { border-color: #DBB871; }
span { border-color: rgb(219,184,113); }
td.TdClassName
{
border-color: #DBB871;
}
.TagClassName
{
border-color: #DBB871;
}
</style>