Shades of Chenin #D0C76E
Tints of Chenin #D0C76E
RGB
CMYK
RGB Variations
Color information
#D0C76E (or 0xD0C76E) is known color: Chenin. HEX triplet: D0, C7 and 6E. RGB value is (208,199,110). Sum of RGB (Red+Green+Blue) = 208+199+110=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C76E is #2F3891. Grayscale: #BFBFBF. Windows color (decimal): -3094674 or 7260112. OLE color: 7260112.
HSL color Cylindrical-coordinate representation of color #D0C76E: hue angle of 54.49º 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 #D0C76E is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 110 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.18 |
| HSL | 54.49º | 0.51% | 0.62% | - |
| HSV(B) | 54.49º | 0.47% | 0.82% | - |
| XYZ | 49.25 | 55.38 | 22.85 | - |
| YUV | 191.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 110 | 0 | 0.04 | 0.47 | 0.18 | 54.49 | 0.51 | 0.62 |
| Hex | D0 | C7 | 6E | 0 | 4 | 2F | 12 | 36 | 33 | 3E |
| Octal | 320 | 307 | 156 | 0 | 4 | 57 | 22 | 66 | 63 | 76 |
| Binary | 11010000 | 11000111 | 1101110 | 0 | 100 | 101111 | 10010 | 110110 | 110011 | 111110 |
Color Harmonies of #D0C76E
Complementary color
Monochromatic Colors of #D0C76E
Black with #D0C76E
Text Example
Text Example
White with #D0C76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C76E; }
p { color: rgb(208,199,110); }
H1.HeaderClassName
{
color: #D0C76E;
}
.AnyTagClassName
{
color: #D0C76E;
}
</style>
background-color css
<style>
a { background-color: #D0C76E; }
a { background-color: rgb(208,199,110); }
div.DivClassName
{
background-color: #D0C76E;
}
.BgClassName
{
background-color: #D0C76E;
}
</style>
border-color css
<style>
span { border-color: #D0C76E; }
span { border-color: rgb(208,199,110); }
td.TdClassName
{
border-color: #D0C76E;
}
.TagClassName
{
border-color: #D0C76E;
}
</style>