Shades of Chenin #DAC26D
Tints of Chenin #DAC26D
RGB
CMYK
RGB Variations
Color information
#DAC26D (or 0xDAC26D) is known color: Chenin. HEX triplet: DA, C2 and 6D. RGB value is (218,194,109). Sum of RGB (Red+Green+Blue) = 218+194+109=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC26D is #253D92. Grayscale: #BFBFBF. Windows color (decimal): -2440595 or 7193306. OLE color: 7193306.
HSL color Cylindrical-coordinate representation of color #DAC26D: hue angle of 46.79º degrees, saturation: 0.6, 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 #DAC26D is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 109 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.15 |
| HSL | 46.79º | 0.6% | 0.64% | - |
| HSV(B) | 46.79º | 0.5% | 0.85% | - |
| XYZ | 50.97 | 54.59 | 22.32 | - |
| YUV | 191.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 109 | 0 | 0.11 | 0.5 | 0.15 | 46.79 | 0.6 | 0.64 |
| Hex | DA | C2 | 6D | 0 | B | 32 | F | 2F | 3C | 40 |
| Octal | 332 | 302 | 155 | 0 | 13 | 62 | 17 | 57 | 74 | 100 |
| Binary | 11011010 | 11000010 | 1101101 | 0 | 1011 | 110010 | 1111 | 101111 | 111100 | 1000000 |
Color Harmonies of #DAC26D
Complementary color
Monochromatic Colors of #DAC26D
Black with #DAC26D
Text Example
Text Example
White with #DAC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC26D; }
p { color: rgb(218,194,109); }
H1.HeaderClassName
{
color: #DAC26D;
}
.AnyTagClassName
{
color: #DAC26D;
}
</style>
background-color css
<style>
a { background-color: #DAC26D; }
a { background-color: rgb(218,194,109); }
div.DivClassName
{
background-color: #DAC26D;
}
.BgClassName
{
background-color: #DAC26D;
}
</style>
border-color css
<style>
span { border-color: #DAC26D; }
span { border-color: rgb(218,194,109); }
td.TdClassName
{
border-color: #DAC26D;
}
.TagClassName
{
border-color: #DAC26D;
}
</style>