Shades of Chenin #D7BB70
Tints of Chenin #D7BB70
RGB
CMYK
RGB Variations
Color information
#D7BB70 (or 0xD7BB70) is known color: Chenin. HEX triplet: D7, BB and 70. RGB value is (215,187,112). Sum of RGB (Red+Green+Blue) = 215+187+112=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BB70 is #28448F. Grayscale: #BBBBBB. Windows color (decimal): -2638992 or 7388119. OLE color: 7388119.
HSL color Cylindrical-coordinate representation of color #D7BB70: hue angle of 43.69º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7BB70 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 112 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.16 |
| HSL | 43.69º | 0.56% | 0.64% | - |
| HSV(B) | 43.69º | 0.48% | 0.84% | - |
| XYZ | 48.72 | 51.16 | 22.64 | - |
| YUV | 186.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 112 | 0 | 0.13 | 0.48 | 0.16 | 43.69 | 0.56 | 0.64 |
| Hex | D7 | BB | 70 | 0 | D | 30 | 10 | 2C | 38 | 40 |
| Octal | 327 | 273 | 160 | 0 | 15 | 60 | 20 | 54 | 70 | 100 |
| Binary | 11010111 | 10111011 | 1110000 | 0 | 1101 | 110000 | 10000 | 101100 | 111000 | 1000000 |
Color Harmonies of #D7BB70
Complementary color
Monochromatic Colors of #D7BB70
Black with #D7BB70
Text Example
Text Example
White with #D7BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BB70; }
p { color: rgb(215,187,112); }
H1.HeaderClassName
{
color: #D7BB70;
}
.AnyTagClassName
{
color: #D7BB70;
}
</style>
background-color css
<style>
a { background-color: #D7BB70; }
a { background-color: rgb(215,187,112); }
div.DivClassName
{
background-color: #D7BB70;
}
.BgClassName
{
background-color: #D7BB70;
}
</style>
border-color css
<style>
span { border-color: #D7BB70; }
span { border-color: rgb(215,187,112); }
td.TdClassName
{
border-color: #D7BB70;
}
.TagClassName
{
border-color: #D7BB70;
}
</style>