Shades of Chenin #DAC478
Tints of Chenin #DAC478
RGB
CMYK
RGB Variations
Color information
#DAC478 (or 0xDAC478) is known color: Chenin. HEX triplet: DA, C4 and 78. RGB value is (218,196,120). Sum of RGB (Red+Green+Blue) = 218+196+120=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC478 is #253B87. Grayscale: #C2C2C2. Windows color (decimal): -2440072 or 7914714. OLE color: 7914714.
HSL color Cylindrical-coordinate representation of color #DAC478: hue angle of 46.53º 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 #DAC478 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 120 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.15 |
| HSL | 46.53º | 0.57% | 0.66% | - |
| HSV(B) | 46.53º | 0.45% | 0.85% | - |
| XYZ | 52.04 | 55.74 | 25.79 | - |
| YUV | 193.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 120 | 0 | 0.10 | 0.45 | 0.15 | 46.53 | 0.57 | 0.66 |
| Hex | DA | C4 | 78 | 0 | A | 2D | F | 2F | 39 | 42 |
| Octal | 332 | 304 | 170 | 0 | 12 | 55 | 17 | 57 | 71 | 102 |
| Binary | 11011010 | 11000100 | 1111000 | 0 | 1010 | 101101 | 1111 | 101111 | 111001 | 1000010 |
Color Harmonies of #DAC478
Complementary color
Monochromatic Colors of #DAC478
Black with #DAC478
Text Example
Text Example
White with #DAC478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC478; }
p { color: rgb(218,196,120); }
H1.HeaderClassName
{
color: #DAC478;
}
.AnyTagClassName
{
color: #DAC478;
}
</style>
background-color css
<style>
a { background-color: #DAC478; }
a { background-color: rgb(218,196,120); }
div.DivClassName
{
background-color: #DAC478;
}
.BgClassName
{
background-color: #DAC478;
}
</style>
border-color css
<style>
span { border-color: #DAC478; }
span { border-color: rgb(218,196,120); }
td.TdClassName
{
border-color: #DAC478;
}
.TagClassName
{
border-color: #DAC478;
}
</style>