Shades of Chenin #D9BF6E
Tints of Chenin #D9BF6E
RGB
CMYK
RGB Variations
Color information
#D9BF6E (or 0xD9BF6E) is known color: Chenin. HEX triplet: D9, BF and 6E. RGB value is (217,191,110). Sum of RGB (Red+Green+Blue) = 217+191+110=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BF6E is #264091. Grayscale: #BDBDBD. Windows color (decimal): -2506898 or 7258073. OLE color: 7258073.
HSL color Cylindrical-coordinate representation of color #D9BF6E: hue angle of 45.42º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9BF6E is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 110 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.15 |
| HSL | 45.42º | 0.58% | 0.64% | - |
| HSV(B) | 45.42º | 0.49% | 0.85% | - |
| XYZ | 50.06 | 53.14 | 22.37 | - |
| YUV | 189.54 | 83.11 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 110 | 0 | 0.12 | 0.49 | 0.15 | 45.42 | 0.58 | 0.64 |
| Hex | D9 | BF | 6E | 0 | C | 31 | F | 2D | 3A | 40 |
| Octal | 331 | 277 | 156 | 0 | 14 | 61 | 17 | 55 | 72 | 100 |
| Binary | 11011001 | 10111111 | 1101110 | 0 | 1100 | 110001 | 1111 | 101101 | 111010 | 1000000 |
Color Harmonies of #D9BF6E
Complementary color
Monochromatic Colors of #D9BF6E
Black with #D9BF6E
Text Example
Text Example
White with #D9BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF6E; }
p { color: rgb(217,191,110); }
H1.HeaderClassName
{
color: #D9BF6E;
}
.AnyTagClassName
{
color: #D9BF6E;
}
</style>
background-color css
<style>
a { background-color: #D9BF6E; }
a { background-color: rgb(217,191,110); }
div.DivClassName
{
background-color: #D9BF6E;
}
.BgClassName
{
background-color: #D9BF6E;
}
</style>
border-color css
<style>
span { border-color: #D9BF6E; }
span { border-color: rgb(217,191,110); }
td.TdClassName
{
border-color: #D9BF6E;
}
.TagClassName
{
border-color: #D9BF6E;
}
</style>