Shades of Chenin #D7B96C
Tints of Chenin #D7B96C
RGB
CMYK
RGB Variations
Color information
#D7B96C (or 0xD7B96C) is known color: Chenin. HEX triplet: D7, B9 and 6C. RGB value is (215,185,108). Sum of RGB (Red+Green+Blue) = 215+185+108=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B96C is #284693. Grayscale: #B9B9B9. Windows color (decimal): -2639508 or 7125463. OLE color: 7125463.
HSL color Cylindrical-coordinate representation of color #D7B96C: hue angle of 43.18º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7B96C is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 185 | 108 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.16 |
| HSL | 43.18º | 0.57% | 0.63% | - |
| HSV(B) | 43.18º | 0.5% | 0.84% | - |
| XYZ | 48.08 | 50.23 | 21.35 | - |
| YUV | 185.19 | 84.44 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 108 | 0 | 0.14 | 0.50 | 0.16 | 43.18 | 0.57 | 0.63 |
| Hex | D7 | B9 | 6C | 0 | E | 32 | 10 | 2B | 39 | 3F |
| Octal | 327 | 271 | 154 | 0 | 16 | 62 | 20 | 53 | 71 | 77 |
| Binary | 11010111 | 10111001 | 1101100 | 0 | 1110 | 110010 | 10000 | 101011 | 111001 | 111111 |
Color Harmonies of #D7B96C
Complementary color
Monochromatic Colors of #D7B96C
Black with #D7B96C
Text Example
Text Example
White with #D7B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B96C; }
p { color: rgb(215,185,108); }
H1.HeaderClassName
{
color: #D7B96C;
}
.AnyTagClassName
{
color: #D7B96C;
}
</style>
background-color css
<style>
a { background-color: #D7B96C; }
a { background-color: rgb(215,185,108); }
div.DivClassName
{
background-color: #D7B96C;
}
.BgClassName
{
background-color: #D7B96C;
}
</style>
border-color css
<style>
span { border-color: #D7B96C; }
span { border-color: rgb(215,185,108); }
td.TdClassName
{
border-color: #D7B96C;
}
.TagClassName
{
border-color: #D7B96C;
}
</style>