Shades of Chenin #DAB86C
Tints of Chenin #DAB86C
RGB
CMYK
RGB Variations
Color information
#DAB86C (or 0xDAB86C) is known color: Chenin. HEX triplet: DA, B8 and 6C. RGB value is (218,184,108). Sum of RGB (Red+Green+Blue) = 218+184+108=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB86C is #254793. Grayscale: #B9B9B9. Windows color (decimal): -2443156 or 7125210. OLE color: 7125210.
HSL color Cylindrical-coordinate representation of color #DAB86C: hue angle of 41.45º 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 #DAB86C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 108 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.15 |
| HSL | 41.45º | 0.6% | 0.64% | - |
| HSV(B) | 41.45º | 0.5% | 0.85% | - |
| XYZ | 48.76 | 50.27 | 21.32 | - |
| YUV | 185.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 108 | 0 | 0.16 | 0.50 | 0.15 | 41.45 | 0.6 | 0.64 |
| Hex | DA | B8 | 6C | 0 | 10 | 32 | F | 29 | 3C | 40 |
| Octal | 332 | 270 | 154 | 0 | 20 | 62 | 17 | 51 | 74 | 100 |
| Binary | 11011010 | 10111000 | 1101100 | 0 | 10000 | 110010 | 1111 | 101001 | 111100 | 1000000 |
Color Harmonies of #DAB86C
Complementary color
Monochromatic Colors of #DAB86C
Black with #DAB86C
Text Example
Text Example
White with #DAB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB86C; }
p { color: rgb(218,184,108); }
H1.HeaderClassName
{
color: #DAB86C;
}
.AnyTagClassName
{
color: #DAB86C;
}
</style>
background-color css
<style>
a { background-color: #DAB86C; }
a { background-color: rgb(218,184,108); }
div.DivClassName
{
background-color: #DAB86C;
}
.BgClassName
{
background-color: #DAB86C;
}
</style>
border-color css
<style>
span { border-color: #DAB86C; }
span { border-color: rgb(218,184,108); }
td.TdClassName
{
border-color: #DAB86C;
}
.TagClassName
{
border-color: #DAB86C;
}
</style>