Shades of Chenin #D0C86F
Tints of Chenin #D0C86F
RGB
CMYK
RGB Variations
Color information
#D0C86F (or 0xD0C86F) is known color: Chenin. HEX triplet: D0, C8 and 6F. RGB value is (208,200,111). Sum of RGB (Red+Green+Blue) = 208+200+111=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C86F is #2F3790. Grayscale: #C0C0C0. Windows color (decimal): -3094417 or 7325904. OLE color: 7325904.
HSL color Cylindrical-coordinate representation of color #D0C86F: hue angle of 55.05º degrees, saturation: 0.51, 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 #D0C86F is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 111 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.18 |
| HSL | 55.05º | 0.51% | 0.63% | - |
| HSV(B) | 55.05º | 0.47% | 0.82% | - |
| XYZ | 49.54 | 55.87 | 23.21 | - |
| YUV | 192.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 111 | 0 | 0.04 | 0.47 | 0.18 | 55.05 | 0.51 | 0.63 |
| Hex | D0 | C8 | 6F | 0 | 4 | 2F | 12 | 37 | 33 | 3F |
| Octal | 320 | 310 | 157 | 0 | 4 | 57 | 22 | 67 | 63 | 77 |
| Binary | 11010000 | 11001000 | 1101111 | 0 | 100 | 101111 | 10010 | 110111 | 110011 | 111111 |
Color Harmonies of #D0C86F
Complementary color
Monochromatic Colors of #D0C86F
Black with #D0C86F
Text Example
Text Example
White with #D0C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C86F; }
p { color: rgb(208,200,111); }
H1.HeaderClassName
{
color: #D0C86F;
}
.AnyTagClassName
{
color: #D0C86F;
}
</style>
background-color css
<style>
a { background-color: #D0C86F; }
a { background-color: rgb(208,200,111); }
div.DivClassName
{
background-color: #D0C86F;
}
.BgClassName
{
background-color: #D0C86F;
}
</style>
border-color css
<style>
span { border-color: #D0C86F; }
span { border-color: rgb(208,200,111); }
td.TdClassName
{
border-color: #D0C86F;
}
.TagClassName
{
border-color: #D0C86F;
}
</style>