Shades of Chenin #D0BB71
Tints of Chenin #D0BB71
RGB
CMYK
RGB Variations
Color information
#D0BB71 (or 0xD0BB71) is known color: Chenin. HEX triplet: D0, BB and 71. RGB value is (208,187,113). Sum of RGB (Red+Green+Blue) = 208+187+113=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB71 is #2F448E. Grayscale: #B9B9B9. Windows color (decimal): -3097743 or 7453648. OLE color: 7453648.
HSL color Cylindrical-coordinate representation of color #D0BB71: hue angle of 46.74º 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 #D0BB71 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 113 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.18 |
| HSL | 46.74º | 0.5% | 0.63% | - |
| HSV(B) | 46.74º | 0.46% | 0.82% | - |
| XYZ | 46.76 | 50.14 | 22.84 | - |
| YUV | 184.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 113 | 0 | 0.10 | 0.46 | 0.18 | 46.74 | 0.5 | 0.63 |
| Hex | D0 | BB | 71 | 0 | A | 2E | 12 | 2F | 32 | 3F |
| Octal | 320 | 273 | 161 | 0 | 12 | 56 | 22 | 57 | 62 | 77 |
| Binary | 11010000 | 10111011 | 1110001 | 0 | 1010 | 101110 | 10010 | 101111 | 110010 | 111111 |
Color Harmonies of #D0BB71
Complementary color
Monochromatic Colors of #D0BB71
Black with #D0BB71
Text Example
Text Example
White with #D0BB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB71; }
p { color: rgb(208,187,113); }
H1.HeaderClassName
{
color: #D0BB71;
}
.AnyTagClassName
{
color: #D0BB71;
}
</style>
background-color css
<style>
a { background-color: #D0BB71; }
a { background-color: rgb(208,187,113); }
div.DivClassName
{
background-color: #D0BB71;
}
.BgClassName
{
background-color: #D0BB71;
}
</style>
border-color css
<style>
span { border-color: #D0BB71; }
span { border-color: rgb(208,187,113); }
td.TdClassName
{
border-color: #D0BB71;
}
.TagClassName
{
border-color: #D0BB71;
}
</style>