Shades of Chenin #D0C072
Tints of Chenin #D0C072
RGB
CMYK
RGB Variations
Color information
#D0C072 (or 0xD0C072) is known color: Chenin. HEX triplet: D0, C0 and 72. RGB value is (208,192,114). Sum of RGB (Red+Green+Blue) = 208+192+114=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C072 is #2F3F8D. Grayscale: #BCBCBC. Windows color (decimal): -3096462 or 7520464. OLE color: 7520464.
HSL color Cylindrical-coordinate representation of color #D0C072: hue angle of 49.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0C072 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 114 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.18 |
| HSL | 49.79º | 0.5% | 0.63% | - |
| HSV(B) | 49.79º | 0.45% | 0.82% | - |
| XYZ | 47.9 | 52.32 | 23.49 | - |
| YUV | 187.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 114 | 0 | 0.08 | 0.45 | 0.18 | 49.79 | 0.5 | 0.63 |
| Hex | D0 | C0 | 72 | 0 | 8 | 2D | 12 | 32 | 32 | 3F |
| Octal | 320 | 300 | 162 | 0 | 10 | 55 | 22 | 62 | 62 | 77 |
| Binary | 11010000 | 11000000 | 1110010 | 0 | 1000 | 101101 | 10010 | 110010 | 110010 | 111111 |
Color Harmonies of #D0C072
Complementary color
Monochromatic Colors of #D0C072
Black with #D0C072
Text Example
Text Example
White with #D0C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C072; }
p { color: rgb(208,192,114); }
H1.HeaderClassName
{
color: #D0C072;
}
.AnyTagClassName
{
color: #D0C072;
}
</style>
background-color css
<style>
a { background-color: #D0C072; }
a { background-color: rgb(208,192,114); }
div.DivClassName
{
background-color: #D0C072;
}
.BgClassName
{
background-color: #D0C072;
}
</style>
border-color css
<style>
span { border-color: #D0C072; }
span { border-color: rgb(208,192,114); }
td.TdClassName
{
border-color: #D0C072;
}
.TagClassName
{
border-color: #D0C072;
}
</style>