Shades of Chenin #D2C071
Tints of Chenin #D2C071
RGB
CMYK
RGB Variations
Color information
#D2C071 (or 0xD2C071) is known color: Chenin. HEX triplet: D2, C0 and 71. RGB value is (210,192,113). Sum of RGB (Red+Green+Blue) = 210+192+113=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C071 is #2D3F8E. Grayscale: #BCBCBC. Windows color (decimal): -2965391 or 7454930. OLE color: 7454930.
HSL color Cylindrical-coordinate representation of color #D2C071: hue angle of 48.87º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2C071 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 113 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.18 |
| HSL | 48.87º | 0.52% | 0.63% | - |
| HSV(B) | 48.87º | 0.46% | 0.82% | - |
| XYZ | 48.41 | 52.59 | 23.22 | - |
| YUV | 188.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 113 | 0 | 0.09 | 0.46 | 0.18 | 48.87 | 0.52 | 0.63 |
| Hex | D2 | C0 | 71 | 0 | 9 | 2E | 12 | 31 | 34 | 3F |
| Octal | 322 | 300 | 161 | 0 | 11 | 56 | 22 | 61 | 64 | 77 |
| Binary | 11010010 | 11000000 | 1110001 | 0 | 1001 | 101110 | 10010 | 110001 | 110100 | 111111 |
Color Harmonies of #D2C071
Complementary color
Monochromatic Colors of #D2C071
Black with #D2C071
Text Example
Text Example
White with #D2C071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C071; }
p { color: rgb(210,192,113); }
H1.HeaderClassName
{
color: #D2C071;
}
.AnyTagClassName
{
color: #D2C071;
}
</style>
background-color css
<style>
a { background-color: #D2C071; }
a { background-color: rgb(210,192,113); }
div.DivClassName
{
background-color: #D2C071;
}
.BgClassName
{
background-color: #D2C071;
}
</style>
border-color css
<style>
span { border-color: #D2C071; }
span { border-color: rgb(210,192,113); }
td.TdClassName
{
border-color: #D2C071;
}
.TagClassName
{
border-color: #D2C071;
}
</style>