Shades of Chenin #DAC666
Tints of Chenin #DAC666
RGB
CMYK
RGB Variations
Color information
#DAC666 (or 0xDAC666) is known color: Chenin. HEX triplet: DA, C6 and 66. RGB value is (218,198,102). Sum of RGB (Red+Green+Blue) = 218+198+102=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC666 is #253999. Grayscale: #C1C1C1. Windows color (decimal): -2439578 or 6735578. OLE color: 6735578.
HSL color Cylindrical-coordinate representation of color #DAC666: hue angle of 49.66º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAC666 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 102 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.15 |
| HSL | 49.66º | 0.61% | 0.63% | - |
| HSV(B) | 49.66º | 0.53% | 0.85% | - |
| XYZ | 51.51 | 56.25 | 20.71 | - |
| YUV | 193.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 102 | 0 | 0.09 | 0.53 | 0.15 | 49.66 | 0.61 | 0.63 |
| Hex | DA | C6 | 66 | 0 | 9 | 35 | F | 32 | 3D | 3F |
| Octal | 332 | 306 | 146 | 0 | 11 | 65 | 17 | 62 | 75 | 77 |
| Binary | 11011010 | 11000110 | 1100110 | 0 | 1001 | 110101 | 1111 | 110010 | 111101 | 111111 |
Color Harmonies of #DAC666
Complementary color
Monochromatic Colors of #DAC666
Black with #DAC666
Text Example
Text Example
White with #DAC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC666; }
p { color: rgb(218,198,102); }
H1.HeaderClassName
{
color: #DAC666;
}
.AnyTagClassName
{
color: #DAC666;
}
</style>
background-color css
<style>
a { background-color: #DAC666; }
a { background-color: rgb(218,198,102); }
div.DivClassName
{
background-color: #DAC666;
}
.BgClassName
{
background-color: #DAC666;
}
</style>
border-color css
<style>
span { border-color: #DAC666; }
span { border-color: rgb(218,198,102); }
td.TdClassName
{
border-color: #DAC666;
}
.TagClassName
{
border-color: #DAC666;
}
</style>