Shades of Chenin #DAC166
Tints of Chenin #DAC166
RGB
CMYK
RGB Variations
Color information
#DAC166 (or 0xDAC166) is known color: Chenin. HEX triplet: DA, C1 and 66. RGB value is (218,193,102). Sum of RGB (Red+Green+Blue) = 218+193+102=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC166 is #253E99. Grayscale: #BEBEBE. Windows color (decimal): -2440858 or 6734298. OLE color: 6734298.
HSL color Cylindrical-coordinate representation of color #DAC166: hue angle of 47.07º 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 #DAC166 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 102 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.15 |
| HSL | 47.07º | 0.61% | 0.63% | - |
| HSV(B) | 47.07º | 0.53% | 0.85% | - |
| XYZ | 50.38 | 54 | 20.34 | - |
| YUV | 190.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 102 | 0 | 0.11 | 0.53 | 0.15 | 47.07 | 0.61 | 0.63 |
| Hex | DA | C1 | 66 | 0 | B | 35 | F | 2F | 3D | 3F |
| Octal | 332 | 301 | 146 | 0 | 13 | 65 | 17 | 57 | 75 | 77 |
| Binary | 11011010 | 11000001 | 1100110 | 0 | 1011 | 110101 | 1111 | 101111 | 111101 | 111111 |
Color Harmonies of #DAC166
Complementary color
Monochromatic Colors of #DAC166
Black with #DAC166
Text Example
Text Example
White with #DAC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC166; }
p { color: rgb(218,193,102); }
H1.HeaderClassName
{
color: #DAC166;
}
.AnyTagClassName
{
color: #DAC166;
}
</style>
background-color css
<style>
a { background-color: #DAC166; }
a { background-color: rgb(218,193,102); }
div.DivClassName
{
background-color: #DAC166;
}
.BgClassName
{
background-color: #DAC166;
}
</style>
border-color css
<style>
span { border-color: #DAC166; }
span { border-color: rgb(218,193,102); }
td.TdClassName
{
border-color: #DAC166;
}
.TagClassName
{
border-color: #DAC166;
}
</style>