Shades of Chenin #DCB872
Tints of Chenin #DCB872
RGB
CMYK
RGB Variations
Color information
#DCB872 (or 0xDCB872) is known color: Chenin. HEX triplet: DC, B8 and 72. RGB value is (220,184,114). Sum of RGB (Red+Green+Blue) = 220+184+114=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB872 is #23478D. Grayscale: #BBBBBB. Windows color (decimal): -2312078 or 7518428. OLE color: 7518428.
HSL color Cylindrical-coordinate representation of color #DCB872: hue angle of 39.62º 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 #DCB872 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 114 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.14 |
| HSL | 39.62º | 0.6% | 0.65% | - |
| HSV(B) | 39.62º | 0.48% | 0.86% | - |
| XYZ | 49.69 | 50.71 | 23.09 | - |
| YUV | 186.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 114 | 0 | 0.16 | 0.48 | 0.14 | 39.62 | 0.6 | 0.65 |
| Hex | DC | B8 | 72 | 0 | 10 | 30 | E | 28 | 3C | 41 |
| Octal | 334 | 270 | 162 | 0 | 20 | 60 | 16 | 50 | 74 | 101 |
| Binary | 11011100 | 10111000 | 1110010 | 0 | 10000 | 110000 | 1110 | 101000 | 111100 | 1000001 |
Color Harmonies of #DCB872
Complementary color
Monochromatic Colors of #DCB872
Black with #DCB872
Text Example
Text Example
White with #DCB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB872; }
p { color: rgb(220,184,114); }
H1.HeaderClassName
{
color: #DCB872;
}
.AnyTagClassName
{
color: #DCB872;
}
</style>
background-color css
<style>
a { background-color: #DCB872; }
a { background-color: rgb(220,184,114); }
div.DivClassName
{
background-color: #DCB872;
}
.BgClassName
{
background-color: #DCB872;
}
</style>
border-color css
<style>
span { border-color: #DCB872; }
span { border-color: rgb(220,184,114); }
td.TdClassName
{
border-color: #DCB872;
}
.TagClassName
{
border-color: #DCB872;
}
</style>