Shades of Aths Special #DDCDAB
Tints of Aths Special #DDCDAB
RGB
CMYK
RGB Variations
Color information
#DDCDAB (or 0xDDCDAB) is known color: Aths Special. HEX triplet: DD, CD and AB. RGB value is (221,205,171). Sum of RGB (Red+Green+Blue) = 221+205+171=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDAB is #223254. Grayscale: #CECECE. Windows color (decimal): -2241109 or 11259357. OLE color: 11259357.
HSL color Cylindrical-coordinate representation of color #DDCDAB: hue angle of 40.8º degrees, saturation: 0.42, 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 #DDCDAB is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 171 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.13 |
| HSL | 40.8º | 0.42% | 0.77% | - |
| HSV(B) | 40.8º | 0.23% | 0.87% | - |
| XYZ | 59 | 61.98 | 47.38 | - |
| YUV | 205.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 171 | 0 | 0.07 | 0.23 | 0.13 | 40.8 | 0.42 | 0.77 |
| Hex | DD | CD | AB | 0 | 7 | 17 | D | 29 | 2A | 4D |
| Octal | 335 | 315 | 253 | 0 | 7 | 27 | 15 | 51 | 52 | 115 |
| Binary | 11011101 | 11001101 | 10101011 | 0 | 111 | 10111 | 1101 | 101001 | 101010 | 1001101 |
Color Harmonies of #DDCDAB
Complementary color
Monochromatic Colors of #DDCDAB
Black with #DDCDAB
Text Example
Text Example
White with #DDCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDAB; }
p { color: rgb(221,205,171); }
H1.HeaderClassName
{
color: #DDCDAB;
}
.AnyTagClassName
{
color: #DDCDAB;
}
</style>
background-color css
<style>
a { background-color: #DDCDAB; }
a { background-color: rgb(221,205,171); }
div.DivClassName
{
background-color: #DDCDAB;
}
.BgClassName
{
background-color: #DDCDAB;
}
</style>
border-color css
<style>
span { border-color: #DDCDAB; }
span { border-color: rgb(221,205,171); }
td.TdClassName
{
border-color: #DDCDAB;
}
.TagClassName
{
border-color: #DDCDAB;
}
</style>