Shades of Chenin #DABC6E
Tints of Chenin #DABC6E
RGB
CMYK
RGB Variations
Color information
#DABC6E (or 0xDABC6E) is known color: Chenin. HEX triplet: DA, BC and 6E. RGB value is (218,188,110). Sum of RGB (Red+Green+Blue) = 218+188+110=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC6E is #254391. Grayscale: #BCBCBC. Windows color (decimal): -2442130 or 7257306. OLE color: 7257306.
HSL color Cylindrical-coordinate representation of color #DABC6E: hue angle of 43.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DABC6E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 110 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.15 |
| HSL | 43.33º | 0.59% | 0.64% | - |
| HSV(B) | 43.33º | 0.5% | 0.85% | - |
| XYZ | 49.71 | 52 | 22.17 | - |
| YUV | 188.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 110 | 0 | 0.14 | 0.50 | 0.15 | 43.33 | 0.59 | 0.64 |
| Hex | DA | BC | 6E | 0 | E | 32 | F | 2B | 3B | 40 |
| Octal | 332 | 274 | 156 | 0 | 16 | 62 | 17 | 53 | 73 | 100 |
| Binary | 11011010 | 10111100 | 1101110 | 0 | 1110 | 110010 | 1111 | 101011 | 111011 | 1000000 |
Color Harmonies of #DABC6E
Complementary color
Monochromatic Colors of #DABC6E
Black with #DABC6E
Text Example
Text Example
White with #DABC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC6E; }
p { color: rgb(218,188,110); }
H1.HeaderClassName
{
color: #DABC6E;
}
.AnyTagClassName
{
color: #DABC6E;
}
</style>
background-color css
<style>
a { background-color: #DABC6E; }
a { background-color: rgb(218,188,110); }
div.DivClassName
{
background-color: #DABC6E;
}
.BgClassName
{
background-color: #DABC6E;
}
</style>
border-color css
<style>
span { border-color: #DABC6E; }
span { border-color: rgb(218,188,110); }
td.TdClassName
{
border-color: #DABC6E;
}
.TagClassName
{
border-color: #DABC6E;
}
</style>