Shades of Chenin #DCB971
Tints of Chenin #DCB971
RGB
CMYK
RGB Variations
Color information
#DCB971 (or 0xDCB971) is known color: Chenin. HEX triplet: DC, B9 and 71. RGB value is (220,185,113). Sum of RGB (Red+Green+Blue) = 220+185+113=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB971 is #23468E. Grayscale: #BBBBBB. Windows color (decimal): -2311823 or 7453148. OLE color: 7453148.
HSL color Cylindrical-coordinate representation of color #DCB971: hue angle of 40.37º 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 #DCB971 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 113 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.14 |
| HSL | 40.37º | 0.6% | 0.65% | - |
| HSV(B) | 40.37º | 0.49% | 0.86% | - |
| XYZ | 49.84 | 51.11 | 22.86 | - |
| YUV | 187.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 113 | 0 | 0.16 | 0.49 | 0.14 | 40.37 | 0.6 | 0.65 |
| Hex | DC | B9 | 71 | 0 | 10 | 31 | E | 28 | 3C | 41 |
| Octal | 334 | 271 | 161 | 0 | 20 | 61 | 16 | 50 | 74 | 101 |
| Binary | 11011100 | 10111001 | 1110001 | 0 | 10000 | 110001 | 1110 | 101000 | 111100 | 1000001 |
Color Harmonies of #DCB971
Complementary color
Monochromatic Colors of #DCB971
Black with #DCB971
Text Example
Text Example
White with #DCB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB971; }
p { color: rgb(220,185,113); }
H1.HeaderClassName
{
color: #DCB971;
}
.AnyTagClassName
{
color: #DCB971;
}
</style>
background-color css
<style>
a { background-color: #DCB971; }
a { background-color: rgb(220,185,113); }
div.DivClassName
{
background-color: #DCB971;
}
.BgClassName
{
background-color: #DCB971;
}
</style>
border-color css
<style>
span { border-color: #DCB971; }
span { border-color: rgb(220,185,113); }
td.TdClassName
{
border-color: #DCB971;
}
.TagClassName
{
border-color: #DCB971;
}
</style>