Shades of Chenin #DAC66F
Tints of Chenin #DAC66F
RGB
CMYK
RGB Variations
Color information
#DAC66F (or 0xDAC66F) is known color: Chenin. HEX triplet: DA, C6 and 6F. RGB value is (218,198,111). Sum of RGB (Red+Green+Blue) = 218+198+111=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC66F is #253990. Grayscale: #C2C2C2. Windows color (decimal): -2439569 or 7325402. OLE color: 7325402.
HSL color Cylindrical-coordinate representation of color #DAC66F: hue angle of 48.79º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAC66F is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 111 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.15 |
| HSL | 48.79º | 0.59% | 0.65% | - |
| HSV(B) | 48.79º | 0.49% | 0.85% | - |
| XYZ | 51.98 | 56.44 | 23.19 | - |
| YUV | 194.06 | 81.13 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 111 | 0 | 0.09 | 0.49 | 0.15 | 48.79 | 0.59 | 0.65 |
| Hex | DA | C6 | 6F | 0 | 9 | 31 | F | 31 | 3B | 41 |
| Octal | 332 | 306 | 157 | 0 | 11 | 61 | 17 | 61 | 73 | 101 |
| Binary | 11011010 | 11000110 | 1101111 | 0 | 1001 | 110001 | 1111 | 110001 | 111011 | 1000001 |
Color Harmonies of #DAC66F
Complementary color
Monochromatic Colors of #DAC66F
Black with #DAC66F
Text Example
Text Example
White with #DAC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC66F; }
p { color: rgb(218,198,111); }
H1.HeaderClassName
{
color: #DAC66F;
}
.AnyTagClassName
{
color: #DAC66F;
}
</style>
background-color css
<style>
a { background-color: #DAC66F; }
a { background-color: rgb(218,198,111); }
div.DivClassName
{
background-color: #DAC66F;
}
.BgClassName
{
background-color: #DAC66F;
}
</style>
border-color css
<style>
span { border-color: #DAC66F; }
span { border-color: rgb(218,198,111); }
td.TdClassName
{
border-color: #DAC66F;
}
.TagClassName
{
border-color: #DAC66F;
}
</style>