Shades of Chenin #DAC26E
Tints of Chenin #DAC26E
RGB
CMYK
RGB Variations
Color information
#DAC26E (or 0xDAC26E) is known color: Chenin. HEX triplet: DA, C2 and 6E. RGB value is (218,194,110). Sum of RGB (Red+Green+Blue) = 218+194+110=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC26E is #253D91. Grayscale: #BFBFBF. Windows color (decimal): -2440594 or 7258842. OLE color: 7258842.
HSL color Cylindrical-coordinate representation of color #DAC26E: hue angle of 46.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAC26E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 110 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.15 |
| HSL | 46.67º | 0.59% | 0.64% | - |
| HSV(B) | 46.67º | 0.5% | 0.85% | - |
| XYZ | 51.02 | 54.61 | 22.6 | - |
| YUV | 191.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 110 | 0 | 0.11 | 0.50 | 0.15 | 46.67 | 0.59 | 0.64 |
| Hex | DA | C2 | 6E | 0 | B | 32 | F | 2F | 3B | 40 |
| Octal | 332 | 302 | 156 | 0 | 13 | 62 | 17 | 57 | 73 | 100 |
| Binary | 11011010 | 11000010 | 1101110 | 0 | 1011 | 110010 | 1111 | 101111 | 111011 | 1000000 |
Color Harmonies of #DAC26E
Complementary color
Monochromatic Colors of #DAC26E
Black with #DAC26E
Text Example
Text Example
White with #DAC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC26E; }
p { color: rgb(218,194,110); }
H1.HeaderClassName
{
color: #DAC26E;
}
.AnyTagClassName
{
color: #DAC26E;
}
</style>
background-color css
<style>
a { background-color: #DAC26E; }
a { background-color: rgb(218,194,110); }
div.DivClassName
{
background-color: #DAC26E;
}
.BgClassName
{
background-color: #DAC26E;
}
</style>
border-color css
<style>
span { border-color: #DAC26E; }
span { border-color: rgb(218,194,110); }
td.TdClassName
{
border-color: #DAC26E;
}
.TagClassName
{
border-color: #DAC26E;
}
</style>