Shades of Chenin #D6BB71
Tints of Chenin #D6BB71
RGB
CMYK
RGB Variations
Color information
#D6BB71 (or 0xD6BB71) is known color: Chenin. HEX triplet: D6, BB and 71. RGB value is (214,187,113). Sum of RGB (Red+Green+Blue) = 214+187+113=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB71 is #29448E. Grayscale: #BABABA. Windows color (decimal): -2704527 or 7453654. OLE color: 7453654.
HSL color Cylindrical-coordinate representation of color #D6BB71: hue angle of 43.96º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6BB71 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 113 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.16 |
| HSL | 43.96º | 0.55% | 0.64% | - |
| HSV(B) | 43.96º | 0.47% | 0.84% | - |
| XYZ | 48.48 | 51.03 | 22.92 | - |
| YUV | 186.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 113 | 0 | 0.13 | 0.47 | 0.16 | 43.96 | 0.55 | 0.64 |
| Hex | D6 | BB | 71 | 0 | D | 2F | 10 | 2C | 37 | 40 |
| Octal | 326 | 273 | 161 | 0 | 15 | 57 | 20 | 54 | 67 | 100 |
| Binary | 11010110 | 10111011 | 1110001 | 0 | 1101 | 101111 | 10000 | 101100 | 110111 | 1000000 |
Color Harmonies of #D6BB71
Complementary color
Monochromatic Colors of #D6BB71
Black with #D6BB71
Text Example
Text Example
White with #D6BB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB71; }
p { color: rgb(214,187,113); }
H1.HeaderClassName
{
color: #D6BB71;
}
.AnyTagClassName
{
color: #D6BB71;
}
</style>
background-color css
<style>
a { background-color: #D6BB71; }
a { background-color: rgb(214,187,113); }
div.DivClassName
{
background-color: #D6BB71;
}
.BgClassName
{
background-color: #D6BB71;
}
</style>
border-color css
<style>
span { border-color: #D6BB71; }
span { border-color: rgb(214,187,113); }
td.TdClassName
{
border-color: #D6BB71;
}
.TagClassName
{
border-color: #D6BB71;
}
</style>