Shades of Chenin #DAC576
Tints of Chenin #DAC576
RGB
CMYK
RGB Variations
Color information
#DAC576 (or 0xDAC576) is known color: Chenin. HEX triplet: DA, C5 and 76. RGB value is (218,197,118). Sum of RGB (Red+Green+Blue) = 218+197+118=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC576 is #253A89. Grayscale: #C2C2C2. Windows color (decimal): -2439818 or 7783898. OLE color: 7783898.
HSL color Cylindrical-coordinate representation of color #DAC576: hue angle of 47.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAC576 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 118 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.15 |
| HSL | 47.4º | 0.57% | 0.66% | - |
| HSV(B) | 47.4º | 0.46% | 0.85% | - |
| XYZ | 52.15 | 56.15 | 25.23 | - |
| YUV | 194.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 118 | 0 | 0.10 | 0.46 | 0.15 | 47.4 | 0.57 | 0.66 |
| Hex | DA | C5 | 76 | 0 | A | 2E | F | 2F | 39 | 42 |
| Octal | 332 | 305 | 166 | 0 | 12 | 56 | 17 | 57 | 71 | 102 |
| Binary | 11011010 | 11000101 | 1110110 | 0 | 1010 | 101110 | 1111 | 101111 | 111001 | 1000010 |
Color Harmonies of #DAC576
Complementary color
Monochromatic Colors of #DAC576
Black with #DAC576
Text Example
Text Example
White with #DAC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC576; }
p { color: rgb(218,197,118); }
H1.HeaderClassName
{
color: #DAC576;
}
.AnyTagClassName
{
color: #DAC576;
}
</style>
background-color css
<style>
a { background-color: #DAC576; }
a { background-color: rgb(218,197,118); }
div.DivClassName
{
background-color: #DAC576;
}
.BgClassName
{
background-color: #DAC576;
}
</style>
border-color css
<style>
span { border-color: #DAC576; }
span { border-color: rgb(218,197,118); }
td.TdClassName
{
border-color: #DAC576;
}
.TagClassName
{
border-color: #DAC576;
}
</style>