Shades of Chenin #DAC56C
Tints of Chenin #DAC56C
RGB
CMYK
RGB Variations
Color information
#DAC56C (or 0xDAC56C) is known color: Chenin. HEX triplet: DA, C5 and 6C. RGB value is (218,197,108). Sum of RGB (Red+Green+Blue) = 218+197+108=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC56C is #253A93. Grayscale: #C1C1C1. Windows color (decimal): -2439828 or 7128538. OLE color: 7128538.
HSL color Cylindrical-coordinate representation of color #DAC56C: hue angle of 48.55º 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 #DAC56C is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 108 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.15 |
| HSL | 48.55º | 0.6% | 0.64% | - |
| HSV(B) | 48.55º | 0.5% | 0.85% | - |
| XYZ | 51.59 | 55.92 | 22.26 | - |
| YUV | 193.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 108 | 0 | 0.10 | 0.50 | 0.15 | 48.55 | 0.6 | 0.64 |
| Hex | DA | C5 | 6C | 0 | A | 32 | F | 31 | 3C | 40 |
| Octal | 332 | 305 | 154 | 0 | 12 | 62 | 17 | 61 | 74 | 100 |
| Binary | 11011010 | 11000101 | 1101100 | 0 | 1010 | 110010 | 1111 | 110001 | 111100 | 1000000 |
Color Harmonies of #DAC56C
Complementary color
Monochromatic Colors of #DAC56C
Black with #DAC56C
Text Example
Text Example
White with #DAC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC56C; }
p { color: rgb(218,197,108); }
H1.HeaderClassName
{
color: #DAC56C;
}
.AnyTagClassName
{
color: #DAC56C;
}
</style>
background-color css
<style>
a { background-color: #DAC56C; }
a { background-color: rgb(218,197,108); }
div.DivClassName
{
background-color: #DAC56C;
}
.BgClassName
{
background-color: #DAC56C;
}
</style>
border-color css
<style>
span { border-color: #DAC56C; }
span { border-color: rgb(218,197,108); }
td.TdClassName
{
border-color: #DAC56C;
}
.TagClassName
{
border-color: #DAC56C;
}
</style>