Shades of Chenin #D9BD6B
Tints of Chenin #D9BD6B
RGB
CMYK
RGB Variations
Color information
#D9BD6B (or 0xD9BD6B) is known color: Chenin. HEX triplet: D9, BD and 6B. RGB value is (217,189,107). Sum of RGB (Red+Green+Blue) = 217+189+107=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD6B is #264294. Grayscale: #BCBCBC. Windows color (decimal): -2507413 or 7060953. OLE color: 7060953.
HSL color Cylindrical-coordinate representation of color #D9BD6B: hue angle of 44.73º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9BD6B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 189 | 107 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.15 |
| HSL | 44.73º | 0.59% | 0.64% | - |
| HSV(B) | 44.73º | 0.51% | 0.85% | - |
| XYZ | 49.47 | 52.21 | 21.38 | - |
| YUV | 188.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 189 | 107 | 0 | 0.13 | 0.51 | 0.15 | 44.73 | 0.59 | 0.64 |
| Hex | D9 | BD | 6B | 0 | D | 33 | F | 2D | 3B | 40 |
| Octal | 331 | 275 | 153 | 0 | 15 | 63 | 17 | 55 | 73 | 100 |
| Binary | 11011001 | 10111101 | 1101011 | 0 | 1101 | 110011 | 1111 | 101101 | 111011 | 1000000 |
Color Harmonies of #D9BD6B
Complementary color
Monochromatic Colors of #D9BD6B
Black with #D9BD6B
Text Example
Text Example
White with #D9BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BD6B; }
p { color: rgb(217,189,107); }
H1.HeaderClassName
{
color: #D9BD6B;
}
.AnyTagClassName
{
color: #D9BD6B;
}
</style>
background-color css
<style>
a { background-color: #D9BD6B; }
a { background-color: rgb(217,189,107); }
div.DivClassName
{
background-color: #D9BD6B;
}
.BgClassName
{
background-color: #D9BD6B;
}
</style>
border-color css
<style>
span { border-color: #D9BD6B; }
span { border-color: rgb(217,189,107); }
td.TdClassName
{
border-color: #D9BD6B;
}
.TagClassName
{
border-color: #D9BD6B;
}
</style>