Shades of Chenin #DABC6B
Tints of Chenin #DABC6B
RGB
CMYK
RGB Variations
Color information
#DABC6B (or 0xDABC6B) is known color: Chenin. HEX triplet: DA, BC and 6B. RGB value is (218,188,107). Sum of RGB (Red+Green+Blue) = 218+188+107=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC6B is #254394. Grayscale: #BCBCBC. Windows color (decimal): -2442133 or 7060698. OLE color: 7060698.
HSL color Cylindrical-coordinate representation of color #DABC6B: hue angle of 43.78º 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 #DABC6B is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 107 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.15 |
| HSL | 43.78º | 0.6% | 0.64% | - |
| HSV(B) | 43.78º | 0.51% | 0.85% | - |
| XYZ | 49.55 | 51.93 | 21.32 | - |
| YUV | 187.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 107 | 0 | 0.14 | 0.51 | 0.15 | 43.78 | 0.6 | 0.64 |
| Hex | DA | BC | 6B | 0 | E | 33 | F | 2C | 3C | 40 |
| Octal | 332 | 274 | 153 | 0 | 16 | 63 | 17 | 54 | 74 | 100 |
| Binary | 11011010 | 10111100 | 1101011 | 0 | 1110 | 110011 | 1111 | 101100 | 111100 | 1000000 |
Color Harmonies of #DABC6B
Complementary color
Monochromatic Colors of #DABC6B
Black with #DABC6B
Text Example
Text Example
White with #DABC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC6B; }
p { color: rgb(218,188,107); }
H1.HeaderClassName
{
color: #DABC6B;
}
.AnyTagClassName
{
color: #DABC6B;
}
</style>
background-color css
<style>
a { background-color: #DABC6B; }
a { background-color: rgb(218,188,107); }
div.DivClassName
{
background-color: #DABC6B;
}
.BgClassName
{
background-color: #DABC6B;
}
</style>
border-color css
<style>
span { border-color: #DABC6B; }
span { border-color: rgb(218,188,107); }
td.TdClassName
{
border-color: #DABC6B;
}
.TagClassName
{
border-color: #DABC6B;
}
</style>