Shades of Chenin #DAC972
Tints of Chenin #DAC972
RGB
CMYK
RGB Variations
Color information
#DAC972 (or 0xDAC972) is known color: Chenin. HEX triplet: DA, C9 and 72. RGB value is (218,201,114). Sum of RGB (Red+Green+Blue) = 218+201+114=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC972 is #25368D. Grayscale: #C4C4C4. Windows color (decimal): -2438798 or 7522778. OLE color: 7522778.
HSL color Cylindrical-coordinate representation of color #DAC972: hue angle of 50.19º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAC972 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 114 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.15 |
| HSL | 50.19º | 0.58% | 0.65% | - |
| HSV(B) | 50.19º | 0.48% | 0.85% | - |
| XYZ | 52.84 | 57.89 | 24.31 | - |
| YUV | 196.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 114 | 0 | 0.08 | 0.48 | 0.15 | 50.19 | 0.58 | 0.65 |
| Hex | DA | C9 | 72 | 0 | 8 | 30 | F | 32 | 3A | 41 |
| Octal | 332 | 311 | 162 | 0 | 10 | 60 | 17 | 62 | 72 | 101 |
| Binary | 11011010 | 11001001 | 1110010 | 0 | 1000 | 110000 | 1111 | 110010 | 111010 | 1000001 |
Color Harmonies of #DAC972
Complementary color
Monochromatic Colors of #DAC972
Black with #DAC972
Text Example
Text Example
White with #DAC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC972; }
p { color: rgb(218,201,114); }
H1.HeaderClassName
{
color: #DAC972;
}
.AnyTagClassName
{
color: #DAC972;
}
</style>
background-color css
<style>
a { background-color: #DAC972; }
a { background-color: rgb(218,201,114); }
div.DivClassName
{
background-color: #DAC972;
}
.BgClassName
{
background-color: #DAC972;
}
</style>
border-color css
<style>
span { border-color: #DAC972; }
span { border-color: rgb(218,201,114); }
td.TdClassName
{
border-color: #DAC972;
}
.TagClassName
{
border-color: #DAC972;
}
</style>