Shades of Aths Special #DCCFAD
Tints of Aths Special #DCCFAD
RGB
CMYK
RGB Variations
Color information
#DCCFAD (or 0xDCCFAD) is known color: Aths Special. HEX triplet: DC, CF and AD. RGB value is (220,207,173). Sum of RGB (Red+Green+Blue) = 220+207+173=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCFAD is #233052. Grayscale: #CFCFCF. Windows color (decimal): -2306131 or 11390940. OLE color: 11390940.
HSL color Cylindrical-coordinate representation of color #DCCFAD: hue angle of 43.4º 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 #DCCFAD is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 173 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.14 |
| HSL | 43.4º | 0.4% | 0.77% | - |
| HSV(B) | 43.4º | 0.21% | 0.86% | - |
| XYZ | 59.37 | 62.86 | 48.54 | - |
| YUV | 207.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 173 | 0 | 0.06 | 0.21 | 0.14 | 43.4 | 0.4 | 0.77 |
| Hex | DC | CF | AD | 0 | 6 | 15 | E | 2B | 28 | 4D |
| Octal | 334 | 317 | 255 | 0 | 6 | 25 | 16 | 53 | 50 | 115 |
| Binary | 11011100 | 11001111 | 10101101 | 0 | 110 | 10101 | 1110 | 101011 | 101000 | 1001101 |
Color Harmonies of #DCCFAD
Complementary color
Monochromatic Colors of #DCCFAD
Black with #DCCFAD
Text Example
Text Example
White with #DCCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFAD; }
p { color: rgb(220,207,173); }
H1.HeaderClassName
{
color: #DCCFAD;
}
.AnyTagClassName
{
color: #DCCFAD;
}
</style>
background-color css
<style>
a { background-color: #DCCFAD; }
a { background-color: rgb(220,207,173); }
div.DivClassName
{
background-color: #DCCFAD;
}
.BgClassName
{
background-color: #DCCFAD;
}
</style>
border-color css
<style>
span { border-color: #DCCFAD; }
span { border-color: rgb(220,207,173); }
td.TdClassName
{
border-color: #DCCFAD;
}
.TagClassName
{
border-color: #DCCFAD;
}
</style>