Shades of Chenin #DCB873
Tints of Chenin #DCB873
RGB
CMYK
RGB Variations
Color information
#DCB873 (or 0xDCB873) is known color: Chenin. HEX triplet: DC, B8 and 73. RGB value is (220,184,115). Sum of RGB (Red+Green+Blue) = 220+184+115=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB873 is #23478C. Grayscale: #BBBBBB. Windows color (decimal): -2312077 or 7583964. OLE color: 7583964.
HSL color Cylindrical-coordinate representation of color #DCB873: hue angle of 39.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCB873 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 115 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.14 |
| HSL | 39.43º | 0.6% | 0.66% | - |
| HSV(B) | 39.43º | 0.48% | 0.86% | - |
| XYZ | 49.75 | 50.73 | 23.39 | - |
| YUV | 186.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 115 | 0 | 0.16 | 0.48 | 0.14 | 39.43 | 0.6 | 0.66 |
| Hex | DC | B8 | 73 | 0 | 10 | 30 | E | 27 | 3C | 42 |
| Octal | 334 | 270 | 163 | 0 | 20 | 60 | 16 | 47 | 74 | 102 |
| Binary | 11011100 | 10111000 | 1110011 | 0 | 10000 | 110000 | 1110 | 100111 | 111100 | 1000010 |
Color Harmonies of #DCB873
Complementary color
Monochromatic Colors of #DCB873
Black with #DCB873
Text Example
Text Example
White with #DCB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB873; }
p { color: rgb(220,184,115); }
H1.HeaderClassName
{
color: #DCB873;
}
.AnyTagClassName
{
color: #DCB873;
}
</style>
background-color css
<style>
a { background-color: #DCB873; }
a { background-color: rgb(220,184,115); }
div.DivClassName
{
background-color: #DCB873;
}
.BgClassName
{
background-color: #DCB873;
}
</style>
border-color css
<style>
span { border-color: #DCB873; }
span { border-color: rgb(220,184,115); }
td.TdClassName
{
border-color: #DCB873;
}
.TagClassName
{
border-color: #DCB873;
}
</style>