Shades of Chenin #DAB96C
Tints of Chenin #DAB96C
RGB
CMYK
RGB Variations
Color information
#DAB96C (or 0xDAB96C) is known color: Chenin. HEX triplet: DA, B9 and 6C. RGB value is (218,185,108). Sum of RGB (Red+Green+Blue) = 218+185+108=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB96C is #254693. Grayscale: #BABABA. Windows color (decimal): -2442900 or 7125466. OLE color: 7125466.
HSL color Cylindrical-coordinate representation of color #DAB96C: hue angle of 42º degrees, saturation: 0.6, 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 #DAB96C is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 108 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.15 |
| HSL | 42º | 0.6% | 0.64% | - |
| HSV(B) | 42º | 0.5% | 0.85% | - |
| XYZ | 48.97 | 50.69 | 21.39 | - |
| YUV | 186.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 108 | 0 | 0.15 | 0.50 | 0.15 | 42 | 0.6 | 0.64 |
| Hex | DA | B9 | 6C | 0 | F | 32 | F | 2A | 3C | 40 |
| Octal | 332 | 271 | 154 | 0 | 17 | 62 | 17 | 52 | 74 | 100 |
| Binary | 11011010 | 10111001 | 1101100 | 0 | 1111 | 110010 | 1111 | 101010 | 111100 | 1000000 |
Color Harmonies of #DAB96C
Complementary color
Monochromatic Colors of #DAB96C
Black with #DAB96C
Text Example
Text Example
White with #DAB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB96C; }
p { color: rgb(218,185,108); }
H1.HeaderClassName
{
color: #DAB96C;
}
.AnyTagClassName
{
color: #DAB96C;
}
</style>
background-color css
<style>
a { background-color: #DAB96C; }
a { background-color: rgb(218,185,108); }
div.DivClassName
{
background-color: #DAB96C;
}
.BgClassName
{
background-color: #DAB96C;
}
</style>
border-color css
<style>
span { border-color: #DAB96C; }
span { border-color: rgb(218,185,108); }
td.TdClassName
{
border-color: #DAB96C;
}
.TagClassName
{
border-color: #DAB96C;
}
</style>