Shades of Chenin #D9BA6C
Tints of Chenin #D9BA6C
RGB
CMYK
RGB Variations
Color information
#D9BA6C (or 0xD9BA6C) is known color: Chenin. HEX triplet: D9, BA and 6C. RGB value is (217,186,108). Sum of RGB (Red+Green+Blue) = 217+186+108=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA6C is #264593. Grayscale: #BABABA. Windows color (decimal): -2508180 or 7125721. OLE color: 7125721.
HSL color Cylindrical-coordinate representation of color #D9BA6C: hue angle of 42.94º 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 #D9BA6C is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 186 | 108 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.15 |
| HSL | 42.94º | 0.59% | 0.64% | - |
| HSV(B) | 42.94º | 0.5% | 0.85% | - |
| XYZ | 48.88 | 50.95 | 21.45 | - |
| YUV | 186.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 186 | 108 | 0 | 0.14 | 0.50 | 0.15 | 42.94 | 0.59 | 0.64 |
| Hex | D9 | BA | 6C | 0 | E | 32 | F | 2B | 3B | 40 |
| Octal | 331 | 272 | 154 | 0 | 16 | 62 | 17 | 53 | 73 | 100 |
| Binary | 11011001 | 10111010 | 1101100 | 0 | 1110 | 110010 | 1111 | 101011 | 111011 | 1000000 |
Color Harmonies of #D9BA6C
Complementary color
Monochromatic Colors of #D9BA6C
Black with #D9BA6C
Text Example
Text Example
White with #D9BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BA6C; }
p { color: rgb(217,186,108); }
H1.HeaderClassName
{
color: #D9BA6C;
}
.AnyTagClassName
{
color: #D9BA6C;
}
</style>
background-color css
<style>
a { background-color: #D9BA6C; }
a { background-color: rgb(217,186,108); }
div.DivClassName
{
background-color: #D9BA6C;
}
.BgClassName
{
background-color: #D9BA6C;
}
</style>
border-color css
<style>
span { border-color: #D9BA6C; }
span { border-color: rgb(217,186,108); }
td.TdClassName
{
border-color: #D9BA6C;
}
.TagClassName
{
border-color: #D9BA6C;
}
</style>