Shades of Chenin #DABC70
Tints of Chenin #DABC70
RGB
CMYK
RGB Variations
Color information
#DABC70 (or 0xDABC70) is known color: Chenin. HEX triplet: DA, BC and 70. RGB value is (218,188,112). Sum of RGB (Red+Green+Blue) = 218+188+112=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC70 is #25438F. Grayscale: #BCBCBC. Windows color (decimal): -2442128 or 7388378. OLE color: 7388378.
HSL color Cylindrical-coordinate representation of color #DABC70: hue angle of 43.02º 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 #DABC70 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 112 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.15 |
| HSL | 43.02º | 0.59% | 0.65% | - |
| HSV(B) | 43.02º | 0.49% | 0.85% | - |
| XYZ | 49.82 | 52.04 | 22.75 | - |
| YUV | 188.31 | 84.94 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 112 | 0 | 0.14 | 0.49 | 0.15 | 43.02 | 0.59 | 0.65 |
| Hex | DA | BC | 70 | 0 | E | 31 | F | 2B | 3B | 41 |
| Octal | 332 | 274 | 160 | 0 | 16 | 61 | 17 | 53 | 73 | 101 |
| Binary | 11011010 | 10111100 | 1110000 | 0 | 1110 | 110001 | 1111 | 101011 | 111011 | 1000001 |
Color Harmonies of #DABC70
Complementary color
Monochromatic Colors of #DABC70
Black with #DABC70
Text Example
Text Example
White with #DABC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC70; }
p { color: rgb(218,188,112); }
H1.HeaderClassName
{
color: #DABC70;
}
.AnyTagClassName
{
color: #DABC70;
}
</style>
background-color css
<style>
a { background-color: #DABC70; }
a { background-color: rgb(218,188,112); }
div.DivClassName
{
background-color: #DABC70;
}
.BgClassName
{
background-color: #DABC70;
}
</style>
border-color css
<style>
span { border-color: #DABC70; }
span { border-color: rgb(218,188,112); }
td.TdClassName
{
border-color: #DABC70;
}
.TagClassName
{
border-color: #DABC70;
}
</style>