Shades of Chenin #D1C96A
Tints of Chenin #D1C96A
RGB
CMYK
RGB Variations
Color information
#D1C96A (or 0xD1C96A) is known color: Chenin. HEX triplet: D1, C9 and 6A. RGB value is (209,201,106). Sum of RGB (Red+Green+Blue) = 209+201+106=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C96A is #2E3695. Grayscale: #C0C0C0. Windows color (decimal): -3028630 or 6998481. OLE color: 6998481.
HSL color Cylindrical-coordinate representation of color #D1C96A: hue angle of 55.34º 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 #D1C96A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 106 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.18 |
| HSL | 55.34º | 0.53% | 0.62% | - |
| HSV(B) | 55.34º | 0.49% | 0.82% | - |
| XYZ | 49.78 | 56.37 | 21.89 | - |
| YUV | 192.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 106 | 0 | 0.04 | 0.49 | 0.18 | 55.34 | 0.53 | 0.62 |
| Hex | D1 | C9 | 6A | 0 | 4 | 31 | 12 | 37 | 35 | 3E |
| Octal | 321 | 311 | 152 | 0 | 4 | 61 | 22 | 67 | 65 | 76 |
| Binary | 11010001 | 11001001 | 1101010 | 0 | 100 | 110001 | 10010 | 110111 | 110101 | 111110 |
Color Harmonies of #D1C96A
Complementary color
Monochromatic Colors of #D1C96A
Black with #D1C96A
Text Example
Text Example
White with #D1C96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C96A; }
p { color: rgb(209,201,106); }
H1.HeaderClassName
{
color: #D1C96A;
}
.AnyTagClassName
{
color: #D1C96A;
}
</style>
background-color css
<style>
a { background-color: #D1C96A; }
a { background-color: rgb(209,201,106); }
div.DivClassName
{
background-color: #D1C96A;
}
.BgClassName
{
background-color: #D1C96A;
}
</style>
border-color css
<style>
span { border-color: #D1C96A; }
span { border-color: rgb(209,201,106); }
td.TdClassName
{
border-color: #D1C96A;
}
.TagClassName
{
border-color: #D1C96A;
}
</style>