Shades of Chenin #D0C96B
Tints of Chenin #D0C96B
RGB
CMYK
RGB Variations
Color information
#D0C96B (or 0xD0C96B) is known color: Chenin. HEX triplet: D0, C9 and 6B. RGB value is (208,201,107). Sum of RGB (Red+Green+Blue) = 208+201+107=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C96B is #2F3694. Grayscale: #C0C0C0. Windows color (decimal): -3094165 or 7064016. OLE color: 7064016.
HSL color Cylindrical-coordinate representation of color #D0C96B: hue angle of 55.84º degrees, saturation: 0.52, 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 #D0C96B is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 107 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.18 |
| HSL | 55.84º | 0.52% | 0.62% | - |
| HSV(B) | 55.84º | 0.49% | 0.82% | - |
| XYZ | 49.55 | 56.24 | 22.15 | - |
| YUV | 192.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 107 | 0 | 0.03 | 0.49 | 0.18 | 55.84 | 0.52 | 0.62 |
| Hex | D0 | C9 | 6B | 0 | 3 | 31 | 12 | 38 | 34 | 3E |
| Octal | 320 | 311 | 153 | 0 | 3 | 61 | 22 | 70 | 64 | 76 |
| Binary | 11010000 | 11001001 | 1101011 | 0 | 11 | 110001 | 10010 | 111000 | 110100 | 111110 |
Color Harmonies of #D0C96B
Complementary color
Monochromatic Colors of #D0C96B
Black with #D0C96B
Text Example
Text Example
White with #D0C96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C96B; }
p { color: rgb(208,201,107); }
H1.HeaderClassName
{
color: #D0C96B;
}
.AnyTagClassName
{
color: #D0C96B;
}
</style>
background-color css
<style>
a { background-color: #D0C96B; }
a { background-color: rgb(208,201,107); }
div.DivClassName
{
background-color: #D0C96B;
}
.BgClassName
{
background-color: #D0C96B;
}
</style>
border-color css
<style>
span { border-color: #D0C96B; }
span { border-color: rgb(208,201,107); }
td.TdClassName
{
border-color: #D0C96B;
}
.TagClassName
{
border-color: #D0C96B;
}
</style>