Shades of Chenin #DAC574
Tints of Chenin #DAC574
RGB
CMYK
RGB Variations
Color information
#DAC574 (or 0xDAC574) is known color: Chenin. HEX triplet: DA, C5 and 74. RGB value is (218,197,116). Sum of RGB (Red+Green+Blue) = 218+197+116=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC574 is #253A8B. Grayscale: #C2C2C2. Windows color (decimal): -2439820 or 7652826. OLE color: 7652826.
HSL color Cylindrical-coordinate representation of color #DAC574: hue angle of 47.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAC574 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 116 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.15 |
| HSL | 47.65º | 0.58% | 0.65% | - |
| HSV(B) | 47.65º | 0.47% | 0.85% | - |
| XYZ | 52.03 | 56.1 | 24.61 | - |
| YUV | 194.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 116 | 0 | 0.10 | 0.47 | 0.15 | 47.65 | 0.58 | 0.65 |
| Hex | DA | C5 | 74 | 0 | A | 2F | F | 30 | 3A | 41 |
| Octal | 332 | 305 | 164 | 0 | 12 | 57 | 17 | 60 | 72 | 101 |
| Binary | 11011010 | 11000101 | 1110100 | 0 | 1010 | 101111 | 1111 | 110000 | 111010 | 1000001 |
Color Harmonies of #DAC574
Complementary color
Monochromatic Colors of #DAC574
Black with #DAC574
Text Example
Text Example
White with #DAC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC574; }
p { color: rgb(218,197,116); }
H1.HeaderClassName
{
color: #DAC574;
}
.AnyTagClassName
{
color: #DAC574;
}
</style>
background-color css
<style>
a { background-color: #DAC574; }
a { background-color: rgb(218,197,116); }
div.DivClassName
{
background-color: #DAC574;
}
.BgClassName
{
background-color: #DAC574;
}
</style>
border-color css
<style>
span { border-color: #DAC574; }
span { border-color: rgb(218,197,116); }
td.TdClassName
{
border-color: #DAC574;
}
.TagClassName
{
border-color: #DAC574;
}
</style>