Shades of Chenin #DAC06E
Tints of Chenin #DAC06E
RGB
CMYK
RGB Variations
Color information
#DAC06E (or 0xDAC06E) is known color: Chenin. HEX triplet: DA, C0 and 6E. RGB value is (218,192,110). Sum of RGB (Red+Green+Blue) = 218+192+110=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC06E is #253F91. Grayscale: #BEBEBE. Windows color (decimal): -2441106 or 7258330. OLE color: 7258330.
HSL color Cylindrical-coordinate representation of color #DAC06E: hue angle of 45.56º degrees, saturation: 0.59, 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 #DAC06E is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 110 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.15 |
| HSL | 45.56º | 0.59% | 0.64% | - |
| HSV(B) | 45.56º | 0.5% | 0.85% | - |
| XYZ | 50.58 | 53.73 | 22.46 | - |
| YUV | 190.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 110 | 0 | 0.12 | 0.50 | 0.15 | 45.56 | 0.59 | 0.64 |
| Hex | DA | C0 | 6E | 0 | C | 32 | F | 2E | 3B | 40 |
| Octal | 332 | 300 | 156 | 0 | 14 | 62 | 17 | 56 | 73 | 100 |
| Binary | 11011010 | 11000000 | 1101110 | 0 | 1100 | 110010 | 1111 | 101110 | 111011 | 1000000 |
Color Harmonies of #DAC06E
Complementary color
Monochromatic Colors of #DAC06E
Black with #DAC06E
Text Example
Text Example
White with #DAC06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC06E; }
p { color: rgb(218,192,110); }
H1.HeaderClassName
{
color: #DAC06E;
}
.AnyTagClassName
{
color: #DAC06E;
}
</style>
background-color css
<style>
a { background-color: #DAC06E; }
a { background-color: rgb(218,192,110); }
div.DivClassName
{
background-color: #DAC06E;
}
.BgClassName
{
background-color: #DAC06E;
}
</style>
border-color css
<style>
span { border-color: #DAC06E; }
span { border-color: rgb(218,192,110); }
td.TdClassName
{
border-color: #DAC06E;
}
.TagClassName
{
border-color: #DAC06E;
}
</style>