Shades of Chenin #DAC766
Tints of Chenin #DAC766
RGB
CMYK
RGB Variations
Color information
#DAC766 (or 0xDAC766) is known color: Chenin. HEX triplet: DA, C7 and 66. RGB value is (218,199,102). Sum of RGB (Red+Green+Blue) = 218+199+102=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC766 is #253899. Grayscale: #C2C2C2. Windows color (decimal): -2439322 or 6735834. OLE color: 6735834.
HSL color Cylindrical-coordinate representation of color #DAC766: hue angle of 50.17º 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 #DAC766 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 102 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.15 |
| HSL | 50.17º | 0.61% | 0.63% | - |
| HSV(B) | 50.17º | 0.53% | 0.85% | - |
| XYZ | 51.74 | 56.71 | 20.79 | - |
| YUV | 193.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 102 | 0 | 0.09 | 0.53 | 0.15 | 50.17 | 0.61 | 0.63 |
| Hex | DA | C7 | 66 | 0 | 9 | 35 | F | 32 | 3D | 3F |
| Octal | 332 | 307 | 146 | 0 | 11 | 65 | 17 | 62 | 75 | 77 |
| Binary | 11011010 | 11000111 | 1100110 | 0 | 1001 | 110101 | 1111 | 110010 | 111101 | 111111 |
Color Harmonies of #DAC766
Complementary color
Monochromatic Colors of #DAC766
Black with #DAC766
Text Example
Text Example
White with #DAC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC766; }
p { color: rgb(218,199,102); }
H1.HeaderClassName
{
color: #DAC766;
}
.AnyTagClassName
{
color: #DAC766;
}
</style>
background-color css
<style>
a { background-color: #DAC766; }
a { background-color: rgb(218,199,102); }
div.DivClassName
{
background-color: #DAC766;
}
.BgClassName
{
background-color: #DAC766;
}
</style>
border-color css
<style>
span { border-color: #DAC766; }
span { border-color: rgb(218,199,102); }
td.TdClassName
{
border-color: #DAC766;
}
.TagClassName
{
border-color: #DAC766;
}
</style>