Shades of Aths Special #DDCEAA
Tints of Aths Special #DDCEAA
RGB
CMYK
RGB Variations
Color information
#DDCEAA (or 0xDDCEAA) is known color: Aths Special. HEX triplet: DD, CE and AA. RGB value is (221,206,170). Sum of RGB (Red+Green+Blue) = 221+206+170=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCEAA is #223155. Grayscale: #CECECE. Windows color (decimal): -2240854 or 11194077. OLE color: 11194077.
HSL color Cylindrical-coordinate representation of color #DDCEAA: hue angle of 42.35º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDCEAA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 170 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.13 |
| HSL | 42.35º | 0.43% | 0.77% | - |
| HSV(B) | 42.35º | 0.23% | 0.87% | - |
| XYZ | 59.15 | 62.42 | 46.96 | - |
| YUV | 206.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 170 | 0 | 0.07 | 0.23 | 0.13 | 42.35 | 0.43 | 0.77 |
| Hex | DD | CE | AA | 0 | 7 | 17 | D | 2A | 2B | 4D |
| Octal | 335 | 316 | 252 | 0 | 7 | 27 | 15 | 52 | 53 | 115 |
| Binary | 11011101 | 11001110 | 10101010 | 0 | 111 | 10111 | 1101 | 101010 | 101011 | 1001101 |
Color Harmonies of #DDCEAA
Complementary color
Monochromatic Colors of #DDCEAA
Black with #DDCEAA
Text Example
Text Example
White with #DDCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEAA; }
p { color: rgb(221,206,170); }
H1.HeaderClassName
{
color: #DDCEAA;
}
.AnyTagClassName
{
color: #DDCEAA;
}
</style>
background-color css
<style>
a { background-color: #DDCEAA; }
a { background-color: rgb(221,206,170); }
div.DivClassName
{
background-color: #DDCEAA;
}
.BgClassName
{
background-color: #DDCEAA;
}
</style>
border-color css
<style>
span { border-color: #DDCEAA; }
span { border-color: rgb(221,206,170); }
td.TdClassName
{
border-color: #DDCEAA;
}
.TagClassName
{
border-color: #DDCEAA;
}
</style>