Shades of Chenin #DAC076
Tints of Chenin #DAC076
RGB
CMYK
RGB Variations
Color information
#DAC076 (or 0xDAC076) is known color: Chenin. HEX triplet: DA, C0 and 76. RGB value is (218,192,118). Sum of RGB (Red+Green+Blue) = 218+192+118=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC076 is #253F89. Grayscale: #BFBFBF. Windows color (decimal): -2441098 or 7782618. OLE color: 7782618.
HSL color Cylindrical-coordinate representation of color #DAC076: hue angle of 44.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 #DAC076 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 118 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.15 |
| HSL | 44.4º | 0.57% | 0.66% | - |
| HSV(B) | 44.4º | 0.46% | 0.85% | - |
| XYZ | 51.03 | 53.91 | 24.86 | - |
| YUV | 191.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 118 | 0 | 0.12 | 0.46 | 0.15 | 44.4 | 0.57 | 0.66 |
| Hex | DA | C0 | 76 | 0 | C | 2E | F | 2C | 39 | 42 |
| Octal | 332 | 300 | 166 | 0 | 14 | 56 | 17 | 54 | 71 | 102 |
| Binary | 11011010 | 11000000 | 1110110 | 0 | 1100 | 101110 | 1111 | 101100 | 111001 | 1000010 |
Color Harmonies of #DAC076
Complementary color
Monochromatic Colors of #DAC076
Black with #DAC076
Text Example
Text Example
White with #DAC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC076; }
p { color: rgb(218,192,118); }
H1.HeaderClassName
{
color: #DAC076;
}
.AnyTagClassName
{
color: #DAC076;
}
</style>
background-color css
<style>
a { background-color: #DAC076; }
a { background-color: rgb(218,192,118); }
div.DivClassName
{
background-color: #DAC076;
}
.BgClassName
{
background-color: #DAC076;
}
</style>
border-color css
<style>
span { border-color: #DAC076; }
span { border-color: rgb(218,192,118); }
td.TdClassName
{
border-color: #DAC076;
}
.TagClassName
{
border-color: #DAC076;
}
</style>