Shades of Chenin #DAC66D
Tints of Chenin #DAC66D
RGB
CMYK
RGB Variations
Color information
#DAC66D (or 0xDAC66D) is known color: Chenin. HEX triplet: DA, C6 and 6D. RGB value is (218,198,109). Sum of RGB (Red+Green+Blue) = 218+198+109=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC66D is #253992. Grayscale: #C2C2C2. Windows color (decimal): -2439571 or 7194330. OLE color: 7194330.
HSL color Cylindrical-coordinate representation of color #DAC66D: hue angle of 48.99º 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 #DAC66D is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 109 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.15 |
| HSL | 48.99º | 0.6% | 0.64% | - |
| HSV(B) | 48.99º | 0.5% | 0.85% | - |
| XYZ | 51.87 | 56.4 | 22.62 | - |
| YUV | 193.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 109 | 0 | 0.09 | 0.5 | 0.15 | 48.99 | 0.6 | 0.64 |
| Hex | DA | C6 | 6D | 0 | 9 | 32 | F | 31 | 3C | 40 |
| Octal | 332 | 306 | 155 | 0 | 11 | 62 | 17 | 61 | 74 | 100 |
| Binary | 11011010 | 11000110 | 1101101 | 0 | 1001 | 110010 | 1111 | 110001 | 111100 | 1000000 |
Color Harmonies of #DAC66D
Complementary color
Monochromatic Colors of #DAC66D
Black with #DAC66D
Text Example
Text Example
White with #DAC66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC66D; }
p { color: rgb(218,198,109); }
H1.HeaderClassName
{
color: #DAC66D;
}
.AnyTagClassName
{
color: #DAC66D;
}
</style>
background-color css
<style>
a { background-color: #DAC66D; }
a { background-color: rgb(218,198,109); }
div.DivClassName
{
background-color: #DAC66D;
}
.BgClassName
{
background-color: #DAC66D;
}
</style>
border-color css
<style>
span { border-color: #DAC66D; }
span { border-color: rgb(218,198,109); }
td.TdClassName
{
border-color: #DAC66D;
}
.TagClassName
{
border-color: #DAC66D;
}
</style>