Shades of Chenin #DAB971
Tints of Chenin #DAB971
RGB
CMYK
RGB Variations
Color information
#DAB971 (or 0xDAB971) is known color: Chenin. HEX triplet: DA, B9 and 71. RGB value is (218,185,113). Sum of RGB (Red+Green+Blue) = 218+185+113=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB971 is #25468E. Grayscale: #BABABA. Windows color (decimal): -2442895 or 7453146. OLE color: 7453146.
HSL color Cylindrical-coordinate representation of color #DAB971: hue angle of 41.14º degrees, saturation: 0.59, 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 #DAB971 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 113 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.15 |
| HSL | 41.14º | 0.59% | 0.65% | - |
| HSV(B) | 41.14º | 0.48% | 0.85% | - |
| XYZ | 49.24 | 50.8 | 22.83 | - |
| YUV | 186.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 113 | 0 | 0.15 | 0.48 | 0.15 | 41.14 | 0.59 | 0.65 |
| Hex | DA | B9 | 71 | 0 | F | 30 | F | 29 | 3B | 41 |
| Octal | 332 | 271 | 161 | 0 | 17 | 60 | 17 | 51 | 73 | 101 |
| Binary | 11011010 | 10111001 | 1110001 | 0 | 1111 | 110000 | 1111 | 101001 | 111011 | 1000001 |
Color Harmonies of #DAB971
Complementary color
Monochromatic Colors of #DAB971
Black with #DAB971
Text Example
Text Example
White with #DAB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB971; }
p { color: rgb(218,185,113); }
H1.HeaderClassName
{
color: #DAB971;
}
.AnyTagClassName
{
color: #DAB971;
}
</style>
background-color css
<style>
a { background-color: #DAB971; }
a { background-color: rgb(218,185,113); }
div.DivClassName
{
background-color: #DAB971;
}
.BgClassName
{
background-color: #DAB971;
}
</style>
border-color css
<style>
span { border-color: #DAB971; }
span { border-color: rgb(218,185,113); }
td.TdClassName
{
border-color: #DAB971;
}
.TagClassName
{
border-color: #DAB971;
}
</style>