Shades of Chenin #D0C76C
Tints of Chenin #D0C76C
RGB
CMYK
RGB Variations
Color information
#D0C76C (or 0xD0C76C) is known color: Chenin. HEX triplet: D0, C7 and 6C. RGB value is (208,199,108). Sum of RGB (Red+Green+Blue) = 208+199+108=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C76C is #2F3893. Grayscale: #BFBFBF. Windows color (decimal): -3094676 or 7129040. OLE color: 7129040.
HSL color Cylindrical-coordinate representation of color #D0C76C: hue angle of 54.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0C76C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 108 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.18 |
| HSL | 54.6º | 0.52% | 0.62% | - |
| HSV(B) | 54.6º | 0.48% | 0.82% | - |
| XYZ | 49.14 | 55.34 | 22.28 | - |
| YUV | 191.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 108 | 0 | 0.04 | 0.48 | 0.18 | 54.6 | 0.52 | 0.62 |
| Hex | D0 | C7 | 6C | 0 | 4 | 30 | 12 | 37 | 34 | 3E |
| Octal | 320 | 307 | 154 | 0 | 4 | 60 | 22 | 67 | 64 | 76 |
| Binary | 11010000 | 11000111 | 1101100 | 0 | 100 | 110000 | 10010 | 110111 | 110100 | 111110 |
Color Harmonies of #D0C76C
Complementary color
Monochromatic Colors of #D0C76C
Black with #D0C76C
Text Example
Text Example
White with #D0C76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C76C; }
p { color: rgb(208,199,108); }
H1.HeaderClassName
{
color: #D0C76C;
}
.AnyTagClassName
{
color: #D0C76C;
}
</style>
background-color css
<style>
a { background-color: #D0C76C; }
a { background-color: rgb(208,199,108); }
div.DivClassName
{
background-color: #D0C76C;
}
.BgClassName
{
background-color: #D0C76C;
}
</style>
border-color css
<style>
span { border-color: #D0C76C; }
span { border-color: rgb(208,199,108); }
td.TdClassName
{
border-color: #D0C76C;
}
.TagClassName
{
border-color: #D0C76C;
}
</style>