Shades of Chenin #DAB972
Tints of Chenin #DAB972
RGB
CMYK
RGB Variations
Color information
#DAB972 (or 0xDAB972) is known color: Chenin. HEX triplet: DA, B9 and 72. RGB value is (218,185,114). Sum of RGB (Red+Green+Blue) = 218+185+114=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB972 is #25468D. Grayscale: #BBBBBB. Windows color (decimal): -2442894 or 7518682. OLE color: 7518682.
HSL color Cylindrical-coordinate representation of color #DAB972: hue angle of 40.96º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAB972 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 114 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.15 |
| HSL | 40.96º | 0.58% | 0.65% | - |
| HSV(B) | 40.96º | 0.48% | 0.85% | - |
| XYZ | 49.3 | 50.82 | 23.13 | - |
| YUV | 186.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 114 | 0 | 0.15 | 0.48 | 0.15 | 40.96 | 0.58 | 0.65 |
| Hex | DA | B9 | 72 | 0 | F | 30 | F | 29 | 3A | 41 |
| Octal | 332 | 271 | 162 | 0 | 17 | 60 | 17 | 51 | 72 | 101 |
| Binary | 11011010 | 10111001 | 1110010 | 0 | 1111 | 110000 | 1111 | 101001 | 111010 | 1000001 |
Color Harmonies of #DAB972
Complementary color
Monochromatic Colors of #DAB972
Black with #DAB972
Text Example
Text Example
White with #DAB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB972; }
p { color: rgb(218,185,114); }
H1.HeaderClassName
{
color: #DAB972;
}
.AnyTagClassName
{
color: #DAB972;
}
</style>
background-color css
<style>
a { background-color: #DAB972; }
a { background-color: rgb(218,185,114); }
div.DivClassName
{
background-color: #DAB972;
}
.BgClassName
{
background-color: #DAB972;
}
</style>
border-color css
<style>
span { border-color: #DAB972; }
span { border-color: rgb(218,185,114); }
td.TdClassName
{
border-color: #DAB972;
}
.TagClassName
{
border-color: #DAB972;
}
</style>