Shades of Aths Special #DAC9AD
Tints of Aths Special #DAC9AD
RGB
CMYK
RGB Variations
Color information
#DAC9AD (or 0xDAC9AD) is known color: Aths Special. HEX triplet: DA, C9 and AD. RGB value is (218,201,173). Sum of RGB (Red+Green+Blue) = 218+201+173=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC9AD is #253652. Grayscale: #CBCBCB. Windows color (decimal): -2438739 or 11389402. OLE color: 11389402.
HSL color Cylindrical-coordinate representation of color #DAC9AD: hue angle of 37.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC9AD is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 173 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.15 |
| HSL | 37.33º | 0.38% | 0.77% | - |
| HSV(B) | 37.33º | 0.21% | 0.85% | - |
| XYZ | 57.34 | 59.7 | 48.04 | - |
| YUV | 202.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 173 | 0 | 0.08 | 0.21 | 0.15 | 37.33 | 0.38 | 0.77 |
| Hex | DA | C9 | AD | 0 | 8 | 15 | F | 25 | 26 | 4D |
| Octal | 332 | 311 | 255 | 0 | 10 | 25 | 17 | 45 | 46 | 115 |
| Binary | 11011010 | 11001001 | 10101101 | 0 | 1000 | 10101 | 1111 | 100101 | 100110 | 1001101 |
Color Harmonies of #DAC9AD
Complementary color
Monochromatic Colors of #DAC9AD
Black with #DAC9AD
Text Example
Text Example
White with #DAC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9AD; }
p { color: rgb(218,201,173); }
H1.HeaderClassName
{
color: #DAC9AD;
}
.AnyTagClassName
{
color: #DAC9AD;
}
</style>
background-color css
<style>
a { background-color: #DAC9AD; }
a { background-color: rgb(218,201,173); }
div.DivClassName
{
background-color: #DAC9AD;
}
.BgClassName
{
background-color: #DAC9AD;
}
</style>
border-color css
<style>
span { border-color: #DAC9AD; }
span { border-color: rgb(218,201,173); }
td.TdClassName
{
border-color: #DAC9AD;
}
.TagClassName
{
border-color: #DAC9AD;
}
</style>