Shades of Aths Special #DCCDAF
Tints of Aths Special #DCCDAF
RGB
CMYK
RGB Variations
Color information
#DCCDAF (or 0xDCCDAF) is known color: Aths Special. HEX triplet: DC, CD and AF. RGB value is (220,205,175). Sum of RGB (Red+Green+Blue) = 220+205+175=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDAF is #233250. Grayscale: #CECECE. Windows color (decimal): -2306641 or 11521500. OLE color: 11521500.
HSL color Cylindrical-coordinate representation of color #DCCDAF: hue angle of 40º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCDAF is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 175 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.14 |
| HSL | 40º | 0.39% | 0.77% | - |
| HSV(B) | 40º | 0.2% | 0.86% | - |
| XYZ | 59.08 | 61.97 | 49.41 | - |
| YUV | 206.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 175 | 0 | 0.07 | 0.20 | 0.14 | 40 | 0.39 | 0.77 |
| Hex | DC | CD | AF | 0 | 7 | 14 | E | 28 | 27 | 4D |
| Octal | 334 | 315 | 257 | 0 | 7 | 24 | 16 | 50 | 47 | 115 |
| Binary | 11011100 | 11001101 | 10101111 | 0 | 111 | 10100 | 1110 | 101000 | 100111 | 1001101 |
Color Harmonies of #DCCDAF
Complementary color
Monochromatic Colors of #DCCDAF
Black with #DCCDAF
Text Example
Text Example
White with #DCCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDAF; }
p { color: rgb(220,205,175); }
H1.HeaderClassName
{
color: #DCCDAF;
}
.AnyTagClassName
{
color: #DCCDAF;
}
</style>
background-color css
<style>
a { background-color: #DCCDAF; }
a { background-color: rgb(220,205,175); }
div.DivClassName
{
background-color: #DCCDAF;
}
.BgClassName
{
background-color: #DCCDAF;
}
</style>
border-color css
<style>
span { border-color: #DCCDAF; }
span { border-color: rgb(220,205,175); }
td.TdClassName
{
border-color: #DCCDAF;
}
.TagClassName
{
border-color: #DCCDAF;
}
</style>