Shades of Chenin #DAC76D
Tints of Chenin #DAC76D
RGB
CMYK
RGB Variations
Color information
#DAC76D (or 0xDAC76D) is known color: Chenin. HEX triplet: DA, C7 and 6D. RGB value is (218,199,109). Sum of RGB (Red+Green+Blue) = 218+199+109=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC76D is #253892. Grayscale: #C2C2C2. Windows color (decimal): -2439315 or 7194586. OLE color: 7194586.
HSL color Cylindrical-coordinate representation of color #DAC76D: hue angle of 49.54º 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 #DAC76D is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 109 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.15 |
| HSL | 49.54º | 0.6% | 0.64% | - |
| HSV(B) | 49.54º | 0.5% | 0.85% | - |
| XYZ | 52.1 | 56.86 | 22.7 | - |
| YUV | 194.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 109 | 0 | 0.09 | 0.5 | 0.15 | 49.54 | 0.6 | 0.64 |
| Hex | DA | C7 | 6D | 0 | 9 | 32 | F | 32 | 3C | 40 |
| Octal | 332 | 307 | 155 | 0 | 11 | 62 | 17 | 62 | 74 | 100 |
| Binary | 11011010 | 11000111 | 1101101 | 0 | 1001 | 110010 | 1111 | 110010 | 111100 | 1000000 |
Color Harmonies of #DAC76D
Complementary color
Monochromatic Colors of #DAC76D
Black with #DAC76D
Text Example
Text Example
White with #DAC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC76D; }
p { color: rgb(218,199,109); }
H1.HeaderClassName
{
color: #DAC76D;
}
.AnyTagClassName
{
color: #DAC76D;
}
</style>
background-color css
<style>
a { background-color: #DAC76D; }
a { background-color: rgb(218,199,109); }
div.DivClassName
{
background-color: #DAC76D;
}
.BgClassName
{
background-color: #DAC76D;
}
</style>
border-color css
<style>
span { border-color: #DAC76D; }
span { border-color: rgb(218,199,109); }
td.TdClassName
{
border-color: #DAC76D;
}
.TagClassName
{
border-color: #DAC76D;
}
</style>