Shades of Chenin #D9BB6D
Tints of Chenin #D9BB6D
RGB
CMYK
RGB Variations
Color information
#D9BB6D (or 0xD9BB6D) is known color: Chenin. HEX triplet: D9, BB and 6D. RGB value is (217,187,109). Sum of RGB (Red+Green+Blue) = 217+187+109=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BB6D is #264492. Grayscale: #BBBBBB. Windows color (decimal): -2507923 or 7191513. OLE color: 7191513.
HSL color Cylindrical-coordinate representation of color #D9BB6D: hue angle of 43.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9BB6D is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 109 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.15 |
| HSL | 43.33º | 0.59% | 0.64% | - |
| HSV(B) | 43.33º | 0.5% | 0.85% | - |
| XYZ | 49.15 | 51.4 | 21.8 | - |
| YUV | 187.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 109 | 0 | 0.14 | 0.50 | 0.15 | 43.33 | 0.59 | 0.64 |
| Hex | D9 | BB | 6D | 0 | E | 32 | F | 2B | 3B | 40 |
| Octal | 331 | 273 | 155 | 0 | 16 | 62 | 17 | 53 | 73 | 100 |
| Binary | 11011001 | 10111011 | 1101101 | 0 | 1110 | 110010 | 1111 | 101011 | 111011 | 1000000 |
Color Harmonies of #D9BB6D
Complementary color
Monochromatic Colors of #D9BB6D
Black with #D9BB6D
Text Example
Text Example
White with #D9BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BB6D; }
p { color: rgb(217,187,109); }
H1.HeaderClassName
{
color: #D9BB6D;
}
.AnyTagClassName
{
color: #D9BB6D;
}
</style>
background-color css
<style>
a { background-color: #D9BB6D; }
a { background-color: rgb(217,187,109); }
div.DivClassName
{
background-color: #D9BB6D;
}
.BgClassName
{
background-color: #D9BB6D;
}
</style>
border-color css
<style>
span { border-color: #D9BB6D; }
span { border-color: rgb(217,187,109); }
td.TdClassName
{
border-color: #D9BB6D;
}
.TagClassName
{
border-color: #D9BB6D;
}
</style>