Shades of Chenin #DAC96C
Tints of Chenin #DAC96C
RGB
CMYK
RGB Variations
Color information
#DAC96C (or 0xDAC96C) is known color: Chenin. HEX triplet: DA, C9 and 6C. RGB value is (218,201,108). Sum of RGB (Red+Green+Blue) = 218+201+108=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC96C is #253693. Grayscale: #C3C3C3. Windows color (decimal): -2438804 or 7129562. OLE color: 7129562.
HSL color Cylindrical-coordinate representation of color #DAC96C: hue angle of 50.73º 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 #DAC96C is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 108 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.15 |
| HSL | 50.73º | 0.6% | 0.64% | - |
| HSV(B) | 50.73º | 0.5% | 0.85% | - |
| XYZ | 52.51 | 57.76 | 22.57 | - |
| YUV | 195.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 108 | 0 | 0.08 | 0.50 | 0.15 | 50.73 | 0.6 | 0.64 |
| Hex | DA | C9 | 6C | 0 | 8 | 32 | F | 33 | 3C | 40 |
| Octal | 332 | 311 | 154 | 0 | 10 | 62 | 17 | 63 | 74 | 100 |
| Binary | 11011010 | 11001001 | 1101100 | 0 | 1000 | 110010 | 1111 | 110011 | 111100 | 1000000 |
Color Harmonies of #DAC96C
Complementary color
Monochromatic Colors of #DAC96C
Black with #DAC96C
Text Example
Text Example
White with #DAC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC96C; }
p { color: rgb(218,201,108); }
H1.HeaderClassName
{
color: #DAC96C;
}
.AnyTagClassName
{
color: #DAC96C;
}
</style>
background-color css
<style>
a { background-color: #DAC96C; }
a { background-color: rgb(218,201,108); }
div.DivClassName
{
background-color: #DAC96C;
}
.BgClassName
{
background-color: #DAC96C;
}
</style>
border-color css
<style>
span { border-color: #DAC96C; }
span { border-color: rgb(218,201,108); }
td.TdClassName
{
border-color: #DAC96C;
}
.TagClassName
{
border-color: #DAC96C;
}
</style>