Shades of Chenin #D9BC6D
Tints of Chenin #D9BC6D
RGB
CMYK
RGB Variations
Color information
#D9BC6D (or 0xD9BC6D) is known color: Chenin. HEX triplet: D9, BC and 6D. RGB value is (217,188,109). Sum of RGB (Red+Green+Blue) = 217+188+109=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC6D is #264392. Grayscale: #BCBCBC. Windows color (decimal): -2507667 or 7191769. OLE color: 7191769.
HSL color Cylindrical-coordinate representation of color #D9BC6D: hue angle of 43.89º 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 #D9BC6D is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 109 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.15 |
| HSL | 43.89º | 0.59% | 0.64% | - |
| HSV(B) | 43.89º | 0.5% | 0.85% | - |
| XYZ | 49.36 | 51.82 | 21.87 | - |
| YUV | 187.67 | 83.61 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 109 | 0 | 0.13 | 0.50 | 0.15 | 43.89 | 0.59 | 0.64 |
| Hex | D9 | BC | 6D | 0 | D | 32 | F | 2C | 3B | 40 |
| Octal | 331 | 274 | 155 | 0 | 15 | 62 | 17 | 54 | 73 | 100 |
| Binary | 11011001 | 10111100 | 1101101 | 0 | 1101 | 110010 | 1111 | 101100 | 111011 | 1000000 |
Color Harmonies of #D9BC6D
Complementary color
Monochromatic Colors of #D9BC6D
Black with #D9BC6D
Text Example
Text Example
White with #D9BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC6D; }
p { color: rgb(217,188,109); }
H1.HeaderClassName
{
color: #D9BC6D;
}
.AnyTagClassName
{
color: #D9BC6D;
}
</style>
background-color css
<style>
a { background-color: #D9BC6D; }
a { background-color: rgb(217,188,109); }
div.DivClassName
{
background-color: #D9BC6D;
}
.BgClassName
{
background-color: #D9BC6D;
}
</style>
border-color css
<style>
span { border-color: #D9BC6D; }
span { border-color: rgb(217,188,109); }
td.TdClassName
{
border-color: #D9BC6D;
}
.TagClassName
{
border-color: #D9BC6D;
}
</style>