Shades of Chenin #D2C96F
Tints of Chenin #D2C96F
RGB
CMYK
RGB Variations
Color information
#D2C96F (or 0xD2C96F) is known color: Chenin. HEX triplet: D2, C9 and 6F. RGB value is (210,201,111). Sum of RGB (Red+Green+Blue) = 210+201+111=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C96F is #2D3690. Grayscale: #C1C1C1. Windows color (decimal): -2963089 or 7326162. OLE color: 7326162.
HSL color Cylindrical-coordinate representation of color #D2C96F: hue angle of 54.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2C96F is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 111 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.18 |
| HSL | 54.55º | 0.52% | 0.63% | - |
| HSV(B) | 54.55º | 0.47% | 0.82% | - |
| XYZ | 50.33 | 56.62 | 23.32 | - |
| YUV | 193.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 111 | 0 | 0.04 | 0.47 | 0.18 | 54.55 | 0.52 | 0.63 |
| Hex | D2 | C9 | 6F | 0 | 4 | 2F | 12 | 37 | 34 | 3F |
| Octal | 322 | 311 | 157 | 0 | 4 | 57 | 22 | 67 | 64 | 77 |
| Binary | 11010010 | 11001001 | 1101111 | 0 | 100 | 101111 | 10010 | 110111 | 110100 | 111111 |
Color Harmonies of #D2C96F
Complementary color
Monochromatic Colors of #D2C96F
Black with #D2C96F
Text Example
Text Example
White with #D2C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C96F; }
p { color: rgb(210,201,111); }
H1.HeaderClassName
{
color: #D2C96F;
}
.AnyTagClassName
{
color: #D2C96F;
}
</style>
background-color css
<style>
a { background-color: #D2C96F; }
a { background-color: rgb(210,201,111); }
div.DivClassName
{
background-color: #D2C96F;
}
.BgClassName
{
background-color: #D2C96F;
}
</style>
border-color css
<style>
span { border-color: #D2C96F; }
span { border-color: rgb(210,201,111); }
td.TdClassName
{
border-color: #D2C96F;
}
.TagClassName
{
border-color: #D2C96F;
}
</style>