Shades of Chenin #D0C66C
Tints of Chenin #D0C66C
RGB
CMYK
RGB Variations
Color information
#D0C66C (or 0xD0C66C) is known color: Chenin. HEX triplet: D0, C6 and 6C. RGB value is (208,198,108). Sum of RGB (Red+Green+Blue) = 208+198+108=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C66C is #2F3993. Grayscale: #BFBFBF. Windows color (decimal): -3094932 or 7128784. OLE color: 7128784.
HSL color Cylindrical-coordinate representation of color #D0C66C: hue angle of 54º 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 #D0C66C is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 108 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.18 |
| HSL | 54º | 0.52% | 0.62% | - |
| HSV(B) | 54º | 0.48% | 0.82% | - |
| XYZ | 48.91 | 54.88 | 22.2 | - |
| YUV | 190.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 108 | 0 | 0.05 | 0.48 | 0.18 | 54 | 0.52 | 0.62 |
| Hex | D0 | C6 | 6C | 0 | 5 | 30 | 12 | 36 | 34 | 3E |
| Octal | 320 | 306 | 154 | 0 | 5 | 60 | 22 | 66 | 64 | 76 |
| Binary | 11010000 | 11000110 | 1101100 | 0 | 101 | 110000 | 10010 | 110110 | 110100 | 111110 |
Color Harmonies of #D0C66C
Complementary color
Monochromatic Colors of #D0C66C
Black with #D0C66C
Text Example
Text Example
White with #D0C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C66C; }
p { color: rgb(208,198,108); }
H1.HeaderClassName
{
color: #D0C66C;
}
.AnyTagClassName
{
color: #D0C66C;
}
</style>
background-color css
<style>
a { background-color: #D0C66C; }
a { background-color: rgb(208,198,108); }
div.DivClassName
{
background-color: #D0C66C;
}
.BgClassName
{
background-color: #D0C66C;
}
</style>
border-color css
<style>
span { border-color: #D0C66C; }
span { border-color: rgb(208,198,108); }
td.TdClassName
{
border-color: #D0C66C;
}
.TagClassName
{
border-color: #D0C66C;
}
</style>