Shades of Chenin #D7BB71
Tints of Chenin #D7BB71
RGB
CMYK
RGB Variations
Color information
#D7BB71 (or 0xD7BB71) is known color: Chenin. HEX triplet: D7, BB and 71. RGB value is (215,187,113). Sum of RGB (Red+Green+Blue) = 215+187+113=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BB71 is #28448E. Grayscale: #BBBBBB. Windows color (decimal): -2638991 or 7453655. OLE color: 7453655.
HSL color Cylindrical-coordinate representation of color #D7BB71: hue angle of 43.53º degrees, saturation: 0.56, 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 #D7BB71 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 113 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.16 |
| HSL | 43.53º | 0.56% | 0.64% | - |
| HSV(B) | 43.53º | 0.47% | 0.84% | - |
| XYZ | 48.78 | 51.18 | 22.93 | - |
| YUV | 186.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 113 | 0 | 0.13 | 0.47 | 0.16 | 43.53 | 0.56 | 0.64 |
| Hex | D7 | BB | 71 | 0 | D | 2F | 10 | 2C | 38 | 40 |
| Octal | 327 | 273 | 161 | 0 | 15 | 57 | 20 | 54 | 70 | 100 |
| Binary | 11010111 | 10111011 | 1110001 | 0 | 1101 | 101111 | 10000 | 101100 | 111000 | 1000000 |
Color Harmonies of #D7BB71
Complementary color
Monochromatic Colors of #D7BB71
Black with #D7BB71
Text Example
Text Example
White with #D7BB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BB71; }
p { color: rgb(215,187,113); }
H1.HeaderClassName
{
color: #D7BB71;
}
.AnyTagClassName
{
color: #D7BB71;
}
</style>
background-color css
<style>
a { background-color: #D7BB71; }
a { background-color: rgb(215,187,113); }
div.DivClassName
{
background-color: #D7BB71;
}
.BgClassName
{
background-color: #D7BB71;
}
</style>
border-color css
<style>
span { border-color: #D7BB71; }
span { border-color: rgb(215,187,113); }
td.TdClassName
{
border-color: #D7BB71;
}
.TagClassName
{
border-color: #D7BB71;
}
</style>