Shades of Chenin #DAC970
Tints of Chenin #DAC970
RGB
CMYK
RGB Variations
Color information
#DAC970 (or 0xDAC970) is known color: Chenin. HEX triplet: DA, C9 and 70. RGB value is (218,201,112). Sum of RGB (Red+Green+Blue) = 218+201+112=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC970 is #25368F. Grayscale: #C4C4C4. Windows color (decimal): -2438800 or 7391706. OLE color: 7391706.
HSL color Cylindrical-coordinate representation of color #DAC970: hue angle of 50.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAC970 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 112 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.15 |
| HSL | 50.38º | 0.59% | 0.65% | - |
| HSV(B) | 50.38º | 0.49% | 0.85% | - |
| XYZ | 52.72 | 57.85 | 23.72 | - |
| YUV | 195.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 112 | 0 | 0.08 | 0.49 | 0.15 | 50.38 | 0.59 | 0.65 |
| Hex | DA | C9 | 70 | 0 | 8 | 31 | F | 32 | 3B | 41 |
| Octal | 332 | 311 | 160 | 0 | 10 | 61 | 17 | 62 | 73 | 101 |
| Binary | 11011010 | 11001001 | 1110000 | 0 | 1000 | 110001 | 1111 | 110010 | 111011 | 1000001 |
Color Harmonies of #DAC970
Complementary color
Monochromatic Colors of #DAC970
Black with #DAC970
Text Example
Text Example
White with #DAC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC970; }
p { color: rgb(218,201,112); }
H1.HeaderClassName
{
color: #DAC970;
}
.AnyTagClassName
{
color: #DAC970;
}
</style>
background-color css
<style>
a { background-color: #DAC970; }
a { background-color: rgb(218,201,112); }
div.DivClassName
{
background-color: #DAC970;
}
.BgClassName
{
background-color: #DAC970;
}
</style>
border-color css
<style>
span { border-color: #DAC970; }
span { border-color: rgb(218,201,112); }
td.TdClassName
{
border-color: #DAC970;
}
.TagClassName
{
border-color: #DAC970;
}
</style>