Shades of Chenin #D8BB6B
Tints of Chenin #D8BB6B
RGB
CMYK
RGB Variations
Color information
#D8BB6B (or 0xD8BB6B) is known color: Chenin. HEX triplet: D8, BB and 6B. RGB value is (216,187,107). Sum of RGB (Red+Green+Blue) = 216+187+107=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB6B is #274494. Grayscale: #BABABA. Windows color (decimal): -2573461 or 7060440. OLE color: 7060440.
HSL color Cylindrical-coordinate representation of color #D8BB6B: hue angle of 44.04º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8BB6B is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 107 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.15 |
| HSL | 44.04º | 0.58% | 0.63% | - |
| HSV(B) | 44.04º | 0.5% | 0.85% | - |
| XYZ | 48.74 | 51.2 | 21.22 | - |
| YUV | 186.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 107 | 0 | 0.13 | 0.50 | 0.15 | 44.04 | 0.58 | 0.63 |
| Hex | D8 | BB | 6B | 0 | D | 32 | F | 2C | 3A | 3F |
| Octal | 330 | 273 | 153 | 0 | 15 | 62 | 17 | 54 | 72 | 77 |
| Binary | 11011000 | 10111011 | 1101011 | 0 | 1101 | 110010 | 1111 | 101100 | 111010 | 111111 |
Color Harmonies of #D8BB6B
Complementary color
Monochromatic Colors of #D8BB6B
Black with #D8BB6B
Text Example
Text Example
White with #D8BB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BB6B; }
p { color: rgb(216,187,107); }
H1.HeaderClassName
{
color: #D8BB6B;
}
.AnyTagClassName
{
color: #D8BB6B;
}
</style>
background-color css
<style>
a { background-color: #D8BB6B; }
a { background-color: rgb(216,187,107); }
div.DivClassName
{
background-color: #D8BB6B;
}
.BgClassName
{
background-color: #D8BB6B;
}
</style>
border-color css
<style>
span { border-color: #D8BB6B; }
span { border-color: rgb(216,187,107); }
td.TdClassName
{
border-color: #D8BB6B;
}
.TagClassName
{
border-color: #D8BB6B;
}
</style>