Shades of Chenin #D2C96B
Tints of Chenin #D2C96B
RGB
CMYK
RGB Variations
Color information
#D2C96B (or 0xD2C96B) is known color: Chenin. HEX triplet: D2, C9 and 6B. RGB value is (210,201,107). Sum of RGB (Red+Green+Blue) = 210+201+107=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C96B is #2D3694. Grayscale: #C1C1C1. Windows color (decimal): -2963093 or 7064018. OLE color: 7064018.
HSL color Cylindrical-coordinate representation of color #D2C96B: hue angle of 54.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2C96B is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 107 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.18 |
| HSL | 54.76º | 0.53% | 0.62% | - |
| HSV(B) | 54.76º | 0.49% | 0.82% | - |
| XYZ | 50.12 | 56.54 | 22.18 | - |
| YUV | 192.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 107 | 0 | 0.04 | 0.49 | 0.18 | 54.76 | 0.53 | 0.62 |
| Hex | D2 | C9 | 6B | 0 | 4 | 31 | 12 | 37 | 35 | 3E |
| Octal | 322 | 311 | 153 | 0 | 4 | 61 | 22 | 67 | 65 | 76 |
| Binary | 11010010 | 11001001 | 1101011 | 0 | 100 | 110001 | 10010 | 110111 | 110101 | 111110 |
Color Harmonies of #D2C96B
Complementary color
Monochromatic Colors of #D2C96B
Black with #D2C96B
Text Example
Text Example
White with #D2C96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C96B; }
p { color: rgb(210,201,107); }
H1.HeaderClassName
{
color: #D2C96B;
}
.AnyTagClassName
{
color: #D2C96B;
}
</style>
background-color css
<style>
a { background-color: #D2C96B; }
a { background-color: rgb(210,201,107); }
div.DivClassName
{
background-color: #D2C96B;
}
.BgClassName
{
background-color: #D2C96B;
}
</style>
border-color css
<style>
span { border-color: #D2C96B; }
span { border-color: rgb(210,201,107); }
td.TdClassName
{
border-color: #D2C96B;
}
.TagClassName
{
border-color: #D2C96B;
}
</style>