Shades of Chenin #DAC973
Tints of Chenin #DAC973
RGB
CMYK
RGB Variations
Color information
#DAC973 (or 0xDAC973) is known color: Chenin. HEX triplet: DA, C9 and 73. RGB value is (218,201,115). Sum of RGB (Red+Green+Blue) = 218+201+115=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC973 is #25368C. Grayscale: #C4C4C4. Windows color (decimal): -2438797 or 7588314. OLE color: 7588314.
HSL color Cylindrical-coordinate representation of color #DAC973: hue angle of 50.1º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAC973 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 115 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.15 |
| HSL | 50.1º | 0.58% | 0.65% | - |
| HSV(B) | 50.1º | 0.47% | 0.85% | - |
| XYZ | 52.89 | 57.92 | 24.61 | - |
| YUV | 196.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 115 | 0 | 0.08 | 0.47 | 0.15 | 50.1 | 0.58 | 0.65 |
| Hex | DA | C9 | 73 | 0 | 8 | 2F | F | 32 | 3A | 41 |
| Octal | 332 | 311 | 163 | 0 | 10 | 57 | 17 | 62 | 72 | 101 |
| Binary | 11011010 | 11001001 | 1110011 | 0 | 1000 | 101111 | 1111 | 110010 | 111010 | 1000001 |
Color Harmonies of #DAC973
Complementary color
Monochromatic Colors of #DAC973
Black with #DAC973
Text Example
Text Example
White with #DAC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC973; }
p { color: rgb(218,201,115); }
H1.HeaderClassName
{
color: #DAC973;
}
.AnyTagClassName
{
color: #DAC973;
}
</style>
background-color css
<style>
a { background-color: #DAC973; }
a { background-color: rgb(218,201,115); }
div.DivClassName
{
background-color: #DAC973;
}
.BgClassName
{
background-color: #DAC973;
}
</style>
border-color css
<style>
span { border-color: #DAC973; }
span { border-color: rgb(218,201,115); }
td.TdClassName
{
border-color: #DAC973;
}
.TagClassName
{
border-color: #DAC973;
}
</style>