Shades of Chenin #D0BC71
Tints of Chenin #D0BC71
RGB
CMYK
RGB Variations
Color information
#D0BC71 (or 0xD0BC71) is known color: Chenin. HEX triplet: D0, BC and 71. RGB value is (208,188,113). Sum of RGB (Red+Green+Blue) = 208+188+113=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC71 is #2F438E. Grayscale: #B9B9B9. Windows color (decimal): -3097487 or 7453904. OLE color: 7453904.
HSL color Cylindrical-coordinate representation of color #D0BC71: hue angle of 47.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0BC71 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 113 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.18 |
| HSL | 47.37º | 0.5% | 0.63% | - |
| HSV(B) | 47.37º | 0.46% | 0.82% | - |
| XYZ | 46.98 | 50.57 | 22.91 | - |
| YUV | 185.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 113 | 0 | 0.10 | 0.46 | 0.18 | 47.37 | 0.5 | 0.63 |
| Hex | D0 | BC | 71 | 0 | A | 2E | 12 | 2F | 32 | 3F |
| Octal | 320 | 274 | 161 | 0 | 12 | 56 | 22 | 57 | 62 | 77 |
| Binary | 11010000 | 10111100 | 1110001 | 0 | 1010 | 101110 | 10010 | 101111 | 110010 | 111111 |
Color Harmonies of #D0BC71
Complementary color
Monochromatic Colors of #D0BC71
Black with #D0BC71
Text Example
Text Example
White with #D0BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC71; }
p { color: rgb(208,188,113); }
H1.HeaderClassName
{
color: #D0BC71;
}
.AnyTagClassName
{
color: #D0BC71;
}
</style>
background-color css
<style>
a { background-color: #D0BC71; }
a { background-color: rgb(208,188,113); }
div.DivClassName
{
background-color: #D0BC71;
}
.BgClassName
{
background-color: #D0BC71;
}
</style>
border-color css
<style>
span { border-color: #D0BC71; }
span { border-color: rgb(208,188,113); }
td.TdClassName
{
border-color: #D0BC71;
}
.TagClassName
{
border-color: #D0BC71;
}
</style>