Shades of Chenin #DAC974
Tints of Chenin #DAC974
RGB
CMYK
RGB Variations
Color information
#DAC974 (or 0xDAC974) is known color: Chenin. HEX triplet: DA, C9 and 74. RGB value is (218,201,116). Sum of RGB (Red+Green+Blue) = 218+201+116=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC974 is #25368B. Grayscale: #C4C4C4. Windows color (decimal): -2438796 or 7653850. OLE color: 7653850.
HSL color Cylindrical-coordinate representation of color #DAC974: hue angle of 50º 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 #DAC974 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 116 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.15 |
| HSL | 50º | 0.58% | 0.65% | - |
| HSV(B) | 50º | 0.47% | 0.85% | - |
| XYZ | 52.95 | 57.94 | 24.92 | - |
| YUV | 196.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 116 | 0 | 0.08 | 0.47 | 0.15 | 50 | 0.58 | 0.65 |
| Hex | DA | C9 | 74 | 0 | 8 | 2F | F | 32 | 3A | 41 |
| Octal | 332 | 311 | 164 | 0 | 10 | 57 | 17 | 62 | 72 | 101 |
| Binary | 11011010 | 11001001 | 1110100 | 0 | 1000 | 101111 | 1111 | 110010 | 111010 | 1000001 |
Color Harmonies of #DAC974
Complementary color
Monochromatic Colors of #DAC974
Black with #DAC974
Text Example
Text Example
White with #DAC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC974; }
p { color: rgb(218,201,116); }
H1.HeaderClassName
{
color: #DAC974;
}
.AnyTagClassName
{
color: #DAC974;
}
</style>
background-color css
<style>
a { background-color: #DAC974; }
a { background-color: rgb(218,201,116); }
div.DivClassName
{
background-color: #DAC974;
}
.BgClassName
{
background-color: #DAC974;
}
</style>
border-color css
<style>
span { border-color: #DAC974; }
span { border-color: rgb(218,201,116); }
td.TdClassName
{
border-color: #DAC974;
}
.TagClassName
{
border-color: #DAC974;
}
</style>