Shades of Chenin #DAC96D
Tints of Chenin #DAC96D
RGB
CMYK
RGB Variations
Color information
#DAC96D (or 0xDAC96D) is known color: Chenin. HEX triplet: DA, C9 and 6D. RGB value is (218,201,109). Sum of RGB (Red+Green+Blue) = 218+201+109=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC96D is #253692. Grayscale: #C3C3C3. Windows color (decimal): -2438803 or 7195098. OLE color: 7195098.
HSL color Cylindrical-coordinate representation of color #DAC96D: hue angle of 50.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 #DAC96D is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 109 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.15 |
| HSL | 50.64º | 0.6% | 0.64% | - |
| HSV(B) | 50.64º | 0.5% | 0.85% | - |
| XYZ | 52.56 | 57.78 | 22.85 | - |
| YUV | 195.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 109 | 0 | 0.08 | 0.5 | 0.15 | 50.64 | 0.6 | 0.64 |
| Hex | DA | C9 | 6D | 0 | 8 | 32 | F | 33 | 3C | 40 |
| Octal | 332 | 311 | 155 | 0 | 10 | 62 | 17 | 63 | 74 | 100 |
| Binary | 11011010 | 11001001 | 1101101 | 0 | 1000 | 110010 | 1111 | 110011 | 111100 | 1000000 |
Color Harmonies of #DAC96D
Complementary color
Monochromatic Colors of #DAC96D
Black with #DAC96D
Text Example
Text Example
White with #DAC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC96D; }
p { color: rgb(218,201,109); }
H1.HeaderClassName
{
color: #DAC96D;
}
.AnyTagClassName
{
color: #DAC96D;
}
</style>
background-color css
<style>
a { background-color: #DAC96D; }
a { background-color: rgb(218,201,109); }
div.DivClassName
{
background-color: #DAC96D;
}
.BgClassName
{
background-color: #DAC96D;
}
</style>
border-color css
<style>
span { border-color: #DAC96D; }
span { border-color: rgb(218,201,109); }
td.TdClassName
{
border-color: #DAC96D;
}
.TagClassName
{
border-color: #DAC96D;
}
</style>