Shades of Chenin #DAB970
Tints of Chenin #DAB970
RGB
CMYK
RGB Variations
Color information
#DAB970 (or 0xDAB970) is known color: Chenin. HEX triplet: DA, B9 and 70. RGB value is (218,185,112). Sum of RGB (Red+Green+Blue) = 218+185+112=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB970 is #25468F. Grayscale: #BABABA. Windows color (decimal): -2442896 or 7387610. OLE color: 7387610.
HSL color Cylindrical-coordinate representation of color #DAB970: hue angle of 41.32º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAB970 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 112 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.15 |
| HSL | 41.32º | 0.59% | 0.65% | - |
| HSV(B) | 41.32º | 0.49% | 0.85% | - |
| XYZ | 49.19 | 50.77 | 22.54 | - |
| YUV | 186.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 112 | 0 | 0.15 | 0.49 | 0.15 | 41.32 | 0.59 | 0.65 |
| Hex | DA | B9 | 70 | 0 | F | 31 | F | 29 | 3B | 41 |
| Octal | 332 | 271 | 160 | 0 | 17 | 61 | 17 | 51 | 73 | 101 |
| Binary | 11011010 | 10111001 | 1110000 | 0 | 1111 | 110001 | 1111 | 101001 | 111011 | 1000001 |
Color Harmonies of #DAB970
Complementary color
Monochromatic Colors of #DAB970
Black with #DAB970
Text Example
Text Example
White with #DAB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB970; }
p { color: rgb(218,185,112); }
H1.HeaderClassName
{
color: #DAB970;
}
.AnyTagClassName
{
color: #DAB970;
}
</style>
background-color css
<style>
a { background-color: #DAB970; }
a { background-color: rgb(218,185,112); }
div.DivClassName
{
background-color: #DAB970;
}
.BgClassName
{
background-color: #DAB970;
}
</style>
border-color css
<style>
span { border-color: #DAB970; }
span { border-color: rgb(218,185,112); }
td.TdClassName
{
border-color: #DAB970;
}
.TagClassName
{
border-color: #DAB970;
}
</style>