Shades of Chenin #D0C96E
Tints of Chenin #D0C96E
RGB
CMYK
RGB Variations
Color information
#D0C96E (or 0xD0C96E) is known color: Chenin. HEX triplet: D0, C9 and 6E. RGB value is (208,201,110). Sum of RGB (Red+Green+Blue) = 208+201+110=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C96E is #2F3691. Grayscale: #C1C1C1. Windows color (decimal): -3094162 or 7260624. OLE color: 7260624.
HSL color Cylindrical-coordinate representation of color #D0C96E: hue angle of 55.71º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0C96E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 110 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.18 |
| HSL | 55.71º | 0.51% | 0.62% | - |
| HSV(B) | 55.71º | 0.47% | 0.82% | - |
| XYZ | 49.71 | 56.31 | 23 | - |
| YUV | 192.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 110 | 0 | 0.03 | 0.47 | 0.18 | 55.71 | 0.51 | 0.62 |
| Hex | D0 | C9 | 6E | 0 | 3 | 2F | 12 | 38 | 33 | 3E |
| Octal | 320 | 311 | 156 | 0 | 3 | 57 | 22 | 70 | 63 | 76 |
| Binary | 11010000 | 11001001 | 1101110 | 0 | 11 | 101111 | 10010 | 111000 | 110011 | 111110 |
Color Harmonies of #D0C96E
Complementary color
Monochromatic Colors of #D0C96E
Black with #D0C96E
Text Example
Text Example
White with #D0C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C96E; }
p { color: rgb(208,201,110); }
H1.HeaderClassName
{
color: #D0C96E;
}
.AnyTagClassName
{
color: #D0C96E;
}
</style>
background-color css
<style>
a { background-color: #D0C96E; }
a { background-color: rgb(208,201,110); }
div.DivClassName
{
background-color: #D0C96E;
}
.BgClassName
{
background-color: #D0C96E;
}
</style>
border-color css
<style>
span { border-color: #D0C96E; }
span { border-color: rgb(208,201,110); }
td.TdClassName
{
border-color: #D0C96E;
}
.TagClassName
{
border-color: #D0C96E;
}
</style>