Shades of Chenin #DABC6A
Tints of Chenin #DABC6A
RGB
CMYK
RGB Variations
Color information
#DABC6A (or 0xDABC6A) is known color: Chenin. HEX triplet: DA, BC and 6A. RGB value is (218,188,106). Sum of RGB (Red+Green+Blue) = 218+188+106=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC6A is #254395. Grayscale: #BBBBBB. Windows color (decimal): -2442134 or 6995162. OLE color: 6995162.
HSL color Cylindrical-coordinate representation of color #DABC6A: hue angle of 43.93º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DABC6A is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 106 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.15 |
| HSL | 43.93º | 0.6% | 0.64% | - |
| HSV(B) | 43.93º | 0.51% | 0.85% | - |
| XYZ | 49.5 | 51.91 | 21.05 | - |
| YUV | 187.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 106 | 0 | 0.14 | 0.51 | 0.15 | 43.93 | 0.6 | 0.64 |
| Hex | DA | BC | 6A | 0 | E | 33 | F | 2C | 3C | 40 |
| Octal | 332 | 274 | 152 | 0 | 16 | 63 | 17 | 54 | 74 | 100 |
| Binary | 11011010 | 10111100 | 1101010 | 0 | 1110 | 110011 | 1111 | 101100 | 111100 | 1000000 |
Color Harmonies of #DABC6A
Complementary color
Monochromatic Colors of #DABC6A
Black with #DABC6A
Text Example
Text Example
White with #DABC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC6A; }
p { color: rgb(218,188,106); }
H1.HeaderClassName
{
color: #DABC6A;
}
.AnyTagClassName
{
color: #DABC6A;
}
</style>
background-color css
<style>
a { background-color: #DABC6A; }
a { background-color: rgb(218,188,106); }
div.DivClassName
{
background-color: #DABC6A;
}
.BgClassName
{
background-color: #DABC6A;
}
</style>
border-color css
<style>
span { border-color: #DABC6A; }
span { border-color: rgb(218,188,106); }
td.TdClassName
{
border-color: #DABC6A;
}
.TagClassName
{
border-color: #DABC6A;
}
</style>