Shades of Chenin #D9BD6D
Tints of Chenin #D9BD6D
RGB
CMYK
RGB Variations
Color information
#D9BD6D (or 0xD9BD6D) is known color: Chenin. HEX triplet: D9, BD and 6D. RGB value is (217,189,109). Sum of RGB (Red+Green+Blue) = 217+189+109=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD6D is #264292. Grayscale: #BCBCBC. Windows color (decimal): -2507411 or 7192025. OLE color: 7192025.
HSL color Cylindrical-coordinate representation of color #D9BD6D: hue angle of 44.44º 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 #D9BD6D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 109 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.15 |
| HSL | 44.44º | 0.59% | 0.64% | - |
| HSV(B) | 44.44º | 0.5% | 0.85% | - |
| XYZ | 49.57 | 52.25 | 21.94 | - |
| YUV | 188.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 109 | 0 | 0.13 | 0.50 | 0.15 | 44.44 | 0.59 | 0.64 |
| Hex | D9 | BD | 6D | 0 | D | 32 | F | 2C | 3B | 40 |
| Octal | 331 | 275 | 155 | 0 | 15 | 62 | 17 | 54 | 73 | 100 |
| Binary | 11011001 | 10111101 | 1101101 | 0 | 1101 | 110010 | 1111 | 101100 | 111011 | 1000000 |
Color Harmonies of #D9BD6D
Complementary color
Monochromatic Colors of #D9BD6D
Black with #D9BD6D
Text Example
Text Example
White with #D9BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD6D; }
p { color: rgb(217,189,109); }
H1.HeaderClassName
{
color: #D9BD6D;
}
.AnyTagClassName
{
color: #D9BD6D;
}
</style>
background-color css
<style>
a { background-color: #D9BD6D; }
a { background-color: rgb(217,189,109); }
div.DivClassName
{
background-color: #D9BD6D;
}
.BgClassName
{
background-color: #D9BD6D;
}
</style>
border-color css
<style>
span { border-color: #D9BD6D; }
span { border-color: rgb(217,189,109); }
td.TdClassName
{
border-color: #D9BD6D;
}
.TagClassName
{
border-color: #D9BD6D;
}
</style>