Shades of Chenin #DAC578
Tints of Chenin #DAC578
RGB
CMYK
RGB Variations
Color information
#DAC578 (or 0xDAC578) is known color: Chenin. HEX triplet: DA, C5 and 78. RGB value is (218,197,120). Sum of RGB (Red+Green+Blue) = 218+197+120=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC578 is #253A87. Grayscale: #C2C2C2. Windows color (decimal): -2439816 or 7914970. OLE color: 7914970.
HSL color Cylindrical-coordinate representation of color #DAC578: hue angle of 47.14º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAC578 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 120 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.15 |
| HSL | 47.14º | 0.57% | 0.66% | - |
| HSV(B) | 47.14º | 0.45% | 0.85% | - |
| XYZ | 52.27 | 56.19 | 25.86 | - |
| YUV | 194.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 120 | 0 | 0.10 | 0.45 | 0.15 | 47.14 | 0.57 | 0.66 |
| Hex | DA | C5 | 78 | 0 | A | 2D | F | 2F | 39 | 42 |
| Octal | 332 | 305 | 170 | 0 | 12 | 55 | 17 | 57 | 71 | 102 |
| Binary | 11011010 | 11000101 | 1111000 | 0 | 1010 | 101101 | 1111 | 101111 | 111001 | 1000010 |
Color Harmonies of #DAC578
Complementary color
Monochromatic Colors of #DAC578
Black with #DAC578
Text Example
Text Example
White with #DAC578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC578; }
p { color: rgb(218,197,120); }
H1.HeaderClassName
{
color: #DAC578;
}
.AnyTagClassName
{
color: #DAC578;
}
</style>
background-color css
<style>
a { background-color: #DAC578; }
a { background-color: rgb(218,197,120); }
div.DivClassName
{
background-color: #DAC578;
}
.BgClassName
{
background-color: #DAC578;
}
</style>
border-color css
<style>
span { border-color: #DAC578; }
span { border-color: rgb(218,197,120); }
td.TdClassName
{
border-color: #DAC578;
}
.TagClassName
{
border-color: #DAC578;
}
</style>