Shades of Chenin #D1C96F
Tints of Chenin #D1C96F
RGB
CMYK
RGB Variations
Color information
#D1C96F (or 0xD1C96F) is known color: Chenin. HEX triplet: D1, C9 and 6F. RGB value is (209,201,111). Sum of RGB (Red+Green+Blue) = 209+201+111=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C96F is #2E3690. Grayscale: #C1C1C1. Windows color (decimal): -3028625 or 7326161. OLE color: 7326161.
HSL color Cylindrical-coordinate representation of color #D1C96F: hue angle of 55.1º 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 #D1C96F is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 111 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.18 |
| HSL | 55.1º | 0.52% | 0.63% | - |
| HSV(B) | 55.1º | 0.47% | 0.82% | - |
| XYZ | 50.05 | 56.48 | 23.3 | - |
| YUV | 193.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 111 | 0 | 0.04 | 0.47 | 0.18 | 55.1 | 0.52 | 0.63 |
| Hex | D1 | C9 | 6F | 0 | 4 | 2F | 12 | 37 | 34 | 3F |
| Octal | 321 | 311 | 157 | 0 | 4 | 57 | 22 | 67 | 64 | 77 |
| Binary | 11010001 | 11001001 | 1101111 | 0 | 100 | 101111 | 10010 | 110111 | 110100 | 111111 |
Color Harmonies of #D1C96F
Complementary color
Monochromatic Colors of #D1C96F
Black with #D1C96F
Text Example
Text Example
White with #D1C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C96F; }
p { color: rgb(209,201,111); }
H1.HeaderClassName
{
color: #D1C96F;
}
.AnyTagClassName
{
color: #D1C96F;
}
</style>
background-color css
<style>
a { background-color: #D1C96F; }
a { background-color: rgb(209,201,111); }
div.DivClassName
{
background-color: #D1C96F;
}
.BgClassName
{
background-color: #D1C96F;
}
</style>
border-color css
<style>
span { border-color: #D1C96F; }
span { border-color: rgb(209,201,111); }
td.TdClassName
{
border-color: #D1C96F;
}
.TagClassName
{
border-color: #D1C96F;
}
</style>