Shades of Chenin #DABA70
Tints of Chenin #DABA70
RGB
CMYK
RGB Variations
Color information
#DABA70 (or 0xDABA70) is known color: Chenin. HEX triplet: DA, BA and 70. RGB value is (218,186,112). Sum of RGB (Red+Green+Blue) = 218+186+112=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA70 is #25458F. Grayscale: #BBBBBB. Windows color (decimal): -2442640 or 7387866. OLE color: 7387866.
HSL color Cylindrical-coordinate representation of color #DABA70: hue angle of 41.89º 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 #DABA70 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 112 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.15 |
| HSL | 41.89º | 0.59% | 0.65% | - |
| HSV(B) | 41.89º | 0.49% | 0.85% | - |
| XYZ | 49.4 | 51.19 | 22.61 | - |
| YUV | 187.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 112 | 0 | 0.15 | 0.49 | 0.15 | 41.89 | 0.59 | 0.65 |
| Hex | DA | BA | 70 | 0 | F | 31 | F | 2A | 3B | 41 |
| Octal | 332 | 272 | 160 | 0 | 17 | 61 | 17 | 52 | 73 | 101 |
| Binary | 11011010 | 10111010 | 1110000 | 0 | 1111 | 110001 | 1111 | 101010 | 111011 | 1000001 |
Color Harmonies of #DABA70
Complementary color
Monochromatic Colors of #DABA70
Black with #DABA70
Text Example
Text Example
White with #DABA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA70; }
p { color: rgb(218,186,112); }
H1.HeaderClassName
{
color: #DABA70;
}
.AnyTagClassName
{
color: #DABA70;
}
</style>
background-color css
<style>
a { background-color: #DABA70; }
a { background-color: rgb(218,186,112); }
div.DivClassName
{
background-color: #DABA70;
}
.BgClassName
{
background-color: #DABA70;
}
</style>
border-color css
<style>
span { border-color: #DABA70; }
span { border-color: rgb(218,186,112); }
td.TdClassName
{
border-color: #DABA70;
}
.TagClassName
{
border-color: #DABA70;
}
</style>