Shades of Chenin #D1C96B
Tints of Chenin #D1C96B
RGB
CMYK
RGB Variations
Color information
#D1C96B (or 0xD1C96B) is known color: Chenin. HEX triplet: D1, C9 and 6B. RGB value is (209,201,107). Sum of RGB (Red+Green+Blue) = 209+201+107=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C96B is #2E3694. Grayscale: #C1C1C1. Windows color (decimal): -3028629 or 7064017. OLE color: 7064017.
HSL color Cylindrical-coordinate representation of color #D1C96B: hue angle of 55.29º 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 #D1C96B is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 107 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.18 |
| HSL | 55.29º | 0.53% | 0.62% | - |
| HSV(B) | 55.29º | 0.49% | 0.82% | - |
| XYZ | 49.83 | 56.39 | 22.17 | - |
| YUV | 192.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 107 | 0 | 0.04 | 0.49 | 0.18 | 55.29 | 0.53 | 0.62 |
| Hex | D1 | C9 | 6B | 0 | 4 | 31 | 12 | 37 | 35 | 3E |
| Octal | 321 | 311 | 153 | 0 | 4 | 61 | 22 | 67 | 65 | 76 |
| Binary | 11010001 | 11001001 | 1101011 | 0 | 100 | 110001 | 10010 | 110111 | 110101 | 111110 |
Color Harmonies of #D1C96B
Complementary color
Monochromatic Colors of #D1C96B
Black with #D1C96B
Text Example
Text Example
White with #D1C96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C96B; }
p { color: rgb(209,201,107); }
H1.HeaderClassName
{
color: #D1C96B;
}
.AnyTagClassName
{
color: #D1C96B;
}
</style>
background-color css
<style>
a { background-color: #D1C96B; }
a { background-color: rgb(209,201,107); }
div.DivClassName
{
background-color: #D1C96B;
}
.BgClassName
{
background-color: #D1C96B;
}
</style>
border-color css
<style>
span { border-color: #D1C96B; }
span { border-color: rgb(209,201,107); }
td.TdClassName
{
border-color: #D1C96B;
}
.TagClassName
{
border-color: #D1C96B;
}
</style>