Shades of Chenin #D9B96B
Tints of Chenin #D9B96B
RGB
CMYK
RGB Variations
Color information
#D9B96B (or 0xD9B96B) is known color: Chenin. HEX triplet: D9, B9 and 6B. RGB value is (217,185,107). Sum of RGB (Red+Green+Blue) = 217+185+107=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B96B is #264694. Grayscale: #BABABA. Windows color (decimal): -2508437 or 7059929. OLE color: 7059929.
HSL color Cylindrical-coordinate representation of color #D9B96B: hue angle of 42.55º 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 #D9B96B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 185 | 107 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.15 |
| HSL | 42.55º | 0.59% | 0.64% | - |
| HSV(B) | 42.55º | 0.51% | 0.85% | - |
| XYZ | 48.62 | 50.51 | 21.1 | - |
| YUV | 185.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 185 | 107 | 0 | 0.15 | 0.51 | 0.15 | 42.55 | 0.59 | 0.64 |
| Hex | D9 | B9 | 6B | 0 | F | 33 | F | 2B | 3B | 40 |
| Octal | 331 | 271 | 153 | 0 | 17 | 63 | 17 | 53 | 73 | 100 |
| Binary | 11011001 | 10111001 | 1101011 | 0 | 1111 | 110011 | 1111 | 101011 | 111011 | 1000000 |
Color Harmonies of #D9B96B
Complementary color
Monochromatic Colors of #D9B96B
Black with #D9B96B
Text Example
Text Example
White with #D9B96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B96B; }
p { color: rgb(217,185,107); }
H1.HeaderClassName
{
color: #D9B96B;
}
.AnyTagClassName
{
color: #D9B96B;
}
</style>
background-color css
<style>
a { background-color: #D9B96B; }
a { background-color: rgb(217,185,107); }
div.DivClassName
{
background-color: #D9B96B;
}
.BgClassName
{
background-color: #D9B96B;
}
</style>
border-color css
<style>
span { border-color: #D9B96B; }
span { border-color: rgb(217,185,107); }
td.TdClassName
{
border-color: #D9B96B;
}
.TagClassName
{
border-color: #D9B96B;
}
</style>