Shades of Chenin #DAC56E
Tints of Chenin #DAC56E
RGB
CMYK
RGB Variations
Color information
#DAC56E (or 0xDAC56E) is known color: Chenin. HEX triplet: DA, C5 and 6E. RGB value is (218,197,110). Sum of RGB (Red+Green+Blue) = 218+197+110=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC56E is #253A91. Grayscale: #C1C1C1. Windows color (decimal): -2439826 or 7259610. OLE color: 7259610.
HSL color Cylindrical-coordinate representation of color #DAC56E: hue angle of 48.33º 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 #DAC56E is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 110 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.15 |
| HSL | 48.33º | 0.59% | 0.64% | - |
| HSV(B) | 48.33º | 0.5% | 0.85% | - |
| XYZ | 51.69 | 55.96 | 22.83 | - |
| YUV | 193.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 110 | 0 | 0.10 | 0.50 | 0.15 | 48.33 | 0.59 | 0.64 |
| Hex | DA | C5 | 6E | 0 | A | 32 | F | 30 | 3B | 40 |
| Octal | 332 | 305 | 156 | 0 | 12 | 62 | 17 | 60 | 73 | 100 |
| Binary | 11011010 | 11000101 | 1101110 | 0 | 1010 | 110010 | 1111 | 110000 | 111011 | 1000000 |
Color Harmonies of #DAC56E
Complementary color
Monochromatic Colors of #DAC56E
Black with #DAC56E
Text Example
Text Example
White with #DAC56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC56E; }
p { color: rgb(218,197,110); }
H1.HeaderClassName
{
color: #DAC56E;
}
.AnyTagClassName
{
color: #DAC56E;
}
</style>
background-color css
<style>
a { background-color: #DAC56E; }
a { background-color: rgb(218,197,110); }
div.DivClassName
{
background-color: #DAC56E;
}
.BgClassName
{
background-color: #DAC56E;
}
</style>
border-color css
<style>
span { border-color: #DAC56E; }
span { border-color: rgb(218,197,110); }
td.TdClassName
{
border-color: #DAC56E;
}
.TagClassName
{
border-color: #DAC56E;
}
</style>