Shades of Aths Special #DCCDAD
Tints of Aths Special #DCCDAD
RGB
CMYK
RGB Variations
Color information
#DCCDAD (or 0xDCCDAD) is known color: Aths Special. HEX triplet: DC, CD and AD. RGB value is (220,205,173). Sum of RGB (Red+Green+Blue) = 220+205+173=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDAD is #233252. Grayscale: #CDCDCD. Windows color (decimal): -2306643 or 11390428. OLE color: 11390428.
HSL color Cylindrical-coordinate representation of color #DCCDAD: hue angle of 40.85º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCCDAD is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 173 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.14 |
| HSL | 40.85º | 0.4% | 0.77% | - |
| HSV(B) | 40.85º | 0.21% | 0.86% | - |
| XYZ | 58.89 | 61.9 | 48.38 | - |
| YUV | 205.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 173 | 0 | 0.07 | 0.21 | 0.14 | 40.85 | 0.4 | 0.77 |
| Hex | DC | CD | AD | 0 | 7 | 15 | E | 29 | 28 | 4D |
| Octal | 334 | 315 | 255 | 0 | 7 | 25 | 16 | 51 | 50 | 115 |
| Binary | 11011100 | 11001101 | 10101101 | 0 | 111 | 10101 | 1110 | 101001 | 101000 | 1001101 |
Color Harmonies of #DCCDAD
Complementary color
Monochromatic Colors of #DCCDAD
Black with #DCCDAD
Text Example
Text Example
White with #DCCDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDAD; }
p { color: rgb(220,205,173); }
H1.HeaderClassName
{
color: #DCCDAD;
}
.AnyTagClassName
{
color: #DCCDAD;
}
</style>
background-color css
<style>
a { background-color: #DCCDAD; }
a { background-color: rgb(220,205,173); }
div.DivClassName
{
background-color: #DCCDAD;
}
.BgClassName
{
background-color: #DCCDAD;
}
</style>
border-color css
<style>
span { border-color: #DCCDAD; }
span { border-color: rgb(220,205,173); }
td.TdClassName
{
border-color: #DCCDAD;
}
.TagClassName
{
border-color: #DCCDAD;
}
</style>