Shades of Chenin #DABC76
Tints of Chenin #DABC76
RGB
CMYK
RGB Variations
Color information
#DABC76 (or 0xDABC76) is known color: Chenin. HEX triplet: DA, BC and 76. RGB value is (218,188,118). Sum of RGB (Red+Green+Blue) = 218+188+118=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC76 is #254389. Grayscale: #BDBDBD. Windows color (decimal): -2442122 or 7781594. OLE color: 7781594.
HSL color Cylindrical-coordinate representation of color #DABC76: hue angle of 42º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DABC76 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 118 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.15 |
| HSL | 42º | 0.57% | 0.66% | - |
| HSV(B) | 42º | 0.46% | 0.85% | - |
| XYZ | 50.17 | 52.18 | 24.57 | - |
| YUV | 188.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 118 | 0 | 0.14 | 0.46 | 0.15 | 42 | 0.57 | 0.66 |
| Hex | DA | BC | 76 | 0 | E | 2E | F | 2A | 39 | 42 |
| Octal | 332 | 274 | 166 | 0 | 16 | 56 | 17 | 52 | 71 | 102 |
| Binary | 11011010 | 10111100 | 1110110 | 0 | 1110 | 101110 | 1111 | 101010 | 111001 | 1000010 |
Color Harmonies of #DABC76
Complementary color
Monochromatic Colors of #DABC76
Black with #DABC76
Text Example
Text Example
White with #DABC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABC76; }
p { color: rgb(218,188,118); }
H1.HeaderClassName
{
color: #DABC76;
}
.AnyTagClassName
{
color: #DABC76;
}
</style>
background-color css
<style>
a { background-color: #DABC76; }
a { background-color: rgb(218,188,118); }
div.DivClassName
{
background-color: #DABC76;
}
.BgClassName
{
background-color: #DABC76;
}
</style>
border-color css
<style>
span { border-color: #DABC76; }
span { border-color: rgb(218,188,118); }
td.TdClassName
{
border-color: #DABC76;
}
.TagClassName
{
border-color: #DABC76;
}
</style>