Shades of Chenin #DAC76C
Tints of Chenin #DAC76C
RGB
CMYK
RGB Variations
Color information
#DAC76C (or 0xDAC76C) is known color: Chenin. HEX triplet: DA, C7 and 6C. RGB value is (218,199,108). Sum of RGB (Red+Green+Blue) = 218+199+108=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC76C is #253893. Grayscale: #C2C2C2. Windows color (decimal): -2439316 or 7129050. OLE color: 7129050.
HSL color Cylindrical-coordinate representation of color #DAC76C: hue angle of 49.64º 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 #DAC76C is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 108 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.15 |
| HSL | 49.64º | 0.6% | 0.64% | - |
| HSV(B) | 49.64º | 0.5% | 0.85% | - |
| XYZ | 52.04 | 56.83 | 22.41 | - |
| YUV | 194.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 108 | 0 | 0.09 | 0.50 | 0.15 | 49.64 | 0.6 | 0.64 |
| Hex | DA | C7 | 6C | 0 | 9 | 32 | F | 32 | 3C | 40 |
| Octal | 332 | 307 | 154 | 0 | 11 | 62 | 17 | 62 | 74 | 100 |
| Binary | 11011010 | 11000111 | 1101100 | 0 | 1001 | 110010 | 1111 | 110010 | 111100 | 1000000 |
Color Harmonies of #DAC76C
Complementary color
Monochromatic Colors of #DAC76C
Black with #DAC76C
Text Example
Text Example
White with #DAC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC76C; }
p { color: rgb(218,199,108); }
H1.HeaderClassName
{
color: #DAC76C;
}
.AnyTagClassName
{
color: #DAC76C;
}
</style>
background-color css
<style>
a { background-color: #DAC76C; }
a { background-color: rgb(218,199,108); }
div.DivClassName
{
background-color: #DAC76C;
}
.BgClassName
{
background-color: #DAC76C;
}
</style>
border-color css
<style>
span { border-color: #DAC76C; }
span { border-color: rgb(218,199,108); }
td.TdClassName
{
border-color: #DAC76C;
}
.TagClassName
{
border-color: #DAC76C;
}
</style>