Shades of Chenin #DABC6D
Tints of Chenin #DABC6D
RGB
CMYK
RGB Variations
Color information
#DABC6D (or 0xDABC6D) is known color: Chenin. HEX triplet: DA, BC and 6D. RGB value is (218,188,109). Sum of RGB (Red+Green+Blue) = 218+188+109=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC6D is #254392. Grayscale: #BCBCBC. Windows color (decimal): -2442131 or 7191770. OLE color: 7191770.
HSL color Cylindrical-coordinate representation of color #DABC6D: hue angle of 43.49º degrees, saturation: 0.6, 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 #DABC6D is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 109 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.15 |
| HSL | 43.49º | 0.6% | 0.64% | - |
| HSV(B) | 43.49º | 0.5% | 0.85% | - |
| XYZ | 49.66 | 51.98 | 21.88 | - |
| YUV | 187.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 109 | 0 | 0.14 | 0.5 | 0.15 | 43.49 | 0.6 | 0.64 |
| Hex | DA | BC | 6D | 0 | E | 32 | F | 2B | 3C | 40 |
| Octal | 332 | 274 | 155 | 0 | 16 | 62 | 17 | 53 | 74 | 100 |
| Binary | 11011010 | 10111100 | 1101101 | 0 | 1110 | 110010 | 1111 | 101011 | 111100 | 1000000 |
Color Harmonies of #DABC6D
Complementary color
Monochromatic Colors of #DABC6D
Black with #DABC6D
Text Example
Text Example
White with #DABC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC6D; }
p { color: rgb(218,188,109); }
H1.HeaderClassName
{
color: #DABC6D;
}
.AnyTagClassName
{
color: #DABC6D;
}
</style>
background-color css
<style>
a { background-color: #DABC6D; }
a { background-color: rgb(218,188,109); }
div.DivClassName
{
background-color: #DABC6D;
}
.BgClassName
{
background-color: #DABC6D;
}
</style>
border-color css
<style>
span { border-color: #DABC6D; }
span { border-color: rgb(218,188,109); }
td.TdClassName
{
border-color: #DABC6D;
}
.TagClassName
{
border-color: #DABC6D;
}
</style>