Shades of Aths Special #DDD0AE
Tints of Aths Special #DDD0AE
RGB
CMYK
RGB Variations
Color information
#DDD0AE (or 0xDDD0AE) is known color: Aths Special. HEX triplet: DD, D0 and AE. RGB value is (221,208,174). Sum of RGB (Red+Green+Blue) = 221+208+174=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD0AE is #222F51. Grayscale: #D0D0D0. Windows color (decimal): -2240338 or 11456733. OLE color: 11456733.
HSL color Cylindrical-coordinate representation of color #DDD0AE: hue angle of 43.4º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDD0AE is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 174 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.13 |
| HSL | 43.4º | 0.41% | 0.77% | - |
| HSV(B) | 43.4º | 0.21% | 0.87% | - |
| XYZ | 60.01 | 63.54 | 49.15 | - |
| YUV | 208.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 174 | 0 | 0.06 | 0.21 | 0.13 | 43.4 | 0.41 | 0.77 |
| Hex | DD | D0 | AE | 0 | 6 | 15 | D | 2B | 29 | 4D |
| Octal | 335 | 320 | 256 | 0 | 6 | 25 | 15 | 53 | 51 | 115 |
| Binary | 11011101 | 11010000 | 10101110 | 0 | 110 | 10101 | 1101 | 101011 | 101001 | 1001101 |
Color Harmonies of #DDD0AE
Complementary color
Monochromatic Colors of #DDD0AE
Black with #DDD0AE
Text Example
Text Example
White with #DDD0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD0AE; }
p { color: rgb(221,208,174); }
H1.HeaderClassName
{
color: #DDD0AE;
}
.AnyTagClassName
{
color: #DDD0AE;
}
</style>
background-color css
<style>
a { background-color: #DDD0AE; }
a { background-color: rgb(221,208,174); }
div.DivClassName
{
background-color: #DDD0AE;
}
.BgClassName
{
background-color: #DDD0AE;
}
</style>
border-color css
<style>
span { border-color: #DDD0AE; }
span { border-color: rgb(221,208,174); }
td.TdClassName
{
border-color: #DDD0AE;
}
.TagClassName
{
border-color: #DDD0AE;
}
</style>