Shades of Chenin #DCB871
Tints of Chenin #DCB871
RGB
CMYK
RGB Variations
Color information
#DCB871 (or 0xDCB871) is known color: Chenin. HEX triplet: DC, B8 and 71. RGB value is (220,184,113). Sum of RGB (Red+Green+Blue) = 220+184+113=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB871 is #23478E. Grayscale: #BABABA. Windows color (decimal): -2312079 or 7452892. OLE color: 7452892.
HSL color Cylindrical-coordinate representation of color #DCB871: hue angle of 39.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCB871 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 113 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.14 |
| HSL | 39.81º | 0.6% | 0.65% | - |
| HSV(B) | 39.81º | 0.49% | 0.86% | - |
| XYZ | 49.64 | 50.69 | 22.79 | - |
| YUV | 186.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 113 | 0 | 0.16 | 0.49 | 0.14 | 39.81 | 0.6 | 0.65 |
| Hex | DC | B8 | 71 | 0 | 10 | 31 | E | 28 | 3C | 41 |
| Octal | 334 | 270 | 161 | 0 | 20 | 61 | 16 | 50 | 74 | 101 |
| Binary | 11011100 | 10111000 | 1110001 | 0 | 10000 | 110001 | 1110 | 101000 | 111100 | 1000001 |
Color Harmonies of #DCB871
Complementary color
Monochromatic Colors of #DCB871
Black with #DCB871
Text Example
Text Example
White with #DCB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB871; }
p { color: rgb(220,184,113); }
H1.HeaderClassName
{
color: #DCB871;
}
.AnyTagClassName
{
color: #DCB871;
}
</style>
background-color css
<style>
a { background-color: #DCB871; }
a { background-color: rgb(220,184,113); }
div.DivClassName
{
background-color: #DCB871;
}
.BgClassName
{
background-color: #DCB871;
}
</style>
border-color css
<style>
span { border-color: #DCB871; }
span { border-color: rgb(220,184,113); }
td.TdClassName
{
border-color: #DCB871;
}
.TagClassName
{
border-color: #DCB871;
}
</style>