Shades of Chenin #DAC171
Tints of Chenin #DAC171
RGB
CMYK
RGB Variations
Color information
#DAC171 (or 0xDAC171) is known color: Chenin. HEX triplet: DA, C1 and 71. RGB value is (218,193,113). Sum of RGB (Red+Green+Blue) = 218+193+113=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC171 is #253E8E. Grayscale: #BFBFBF. Windows color (decimal): -2440847 or 7455194. OLE color: 7455194.
HSL color Cylindrical-coordinate representation of color #DAC171: hue angle of 45.71º degrees, saturation: 0.59, 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 #DAC171 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 113 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.15 |
| HSL | 45.71º | 0.59% | 0.65% | - |
| HSV(B) | 45.71º | 0.48% | 0.85% | - |
| XYZ | 50.96 | 54.24 | 23.41 | - |
| YUV | 191.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 113 | 0 | 0.11 | 0.48 | 0.15 | 45.71 | 0.59 | 0.65 |
| Hex | DA | C1 | 71 | 0 | B | 30 | F | 2E | 3B | 41 |
| Octal | 332 | 301 | 161 | 0 | 13 | 60 | 17 | 56 | 73 | 101 |
| Binary | 11011010 | 11000001 | 1110001 | 0 | 1011 | 110000 | 1111 | 101110 | 111011 | 1000001 |
Color Harmonies of #DAC171
Complementary color
Monochromatic Colors of #DAC171
Black with #DAC171
Text Example
Text Example
White with #DAC171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC171; }
p { color: rgb(218,193,113); }
H1.HeaderClassName
{
color: #DAC171;
}
.AnyTagClassName
{
color: #DAC171;
}
</style>
background-color css
<style>
a { background-color: #DAC171; }
a { background-color: rgb(218,193,113); }
div.DivClassName
{
background-color: #DAC171;
}
.BgClassName
{
background-color: #DAC171;
}
</style>
border-color css
<style>
span { border-color: #DAC171; }
span { border-color: rgb(218,193,113); }
td.TdClassName
{
border-color: #DAC171;
}
.TagClassName
{
border-color: #DAC171;
}
</style>