Shades of Chenin #D0BC72
Tints of Chenin #D0BC72
RGB
CMYK
RGB Variations
Color information
#D0BC72 (or 0xD0BC72) is known color: Chenin. HEX triplet: D0, BC and 72. RGB value is (208,188,114). Sum of RGB (Red+Green+Blue) = 208+188+114=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC72 is #2F438D. Grayscale: #B9B9B9. Windows color (decimal): -3097486 or 7519440. OLE color: 7519440.
HSL color Cylindrical-coordinate representation of color #D0BC72: hue angle of 47.23º 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 #D0BC72 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 114 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.18 |
| HSL | 47.23º | 0.5% | 0.63% | - |
| HSV(B) | 47.23º | 0.45% | 0.82% | - |
| XYZ | 47.03 | 50.59 | 23.21 | - |
| YUV | 185.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 114 | 0 | 0.10 | 0.45 | 0.18 | 47.23 | 0.5 | 0.63 |
| Hex | D0 | BC | 72 | 0 | A | 2D | 12 | 2F | 32 | 3F |
| Octal | 320 | 274 | 162 | 0 | 12 | 55 | 22 | 57 | 62 | 77 |
| Binary | 11010000 | 10111100 | 1110010 | 0 | 1010 | 101101 | 10010 | 101111 | 110010 | 111111 |
Color Harmonies of #D0BC72
Complementary color
Monochromatic Colors of #D0BC72
Black with #D0BC72
Text Example
Text Example
White with #D0BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC72; }
p { color: rgb(208,188,114); }
H1.HeaderClassName
{
color: #D0BC72;
}
.AnyTagClassName
{
color: #D0BC72;
}
</style>
background-color css
<style>
a { background-color: #D0BC72; }
a { background-color: rgb(208,188,114); }
div.DivClassName
{
background-color: #D0BC72;
}
.BgClassName
{
background-color: #D0BC72;
}
</style>
border-color css
<style>
span { border-color: #D0BC72; }
span { border-color: rgb(208,188,114); }
td.TdClassName
{
border-color: #D0BC72;
}
.TagClassName
{
border-color: #D0BC72;
}
</style>