Shades of Aths Special #DCCAAC
Tints of Aths Special #DCCAAC
RGB
CMYK
RGB Variations
Color information
#DCCAAC (or 0xDCCAAC) is known color: Aths Special. HEX triplet: DC, CA and AC. RGB value is (220,202,172). Sum of RGB (Red+Green+Blue) = 220+202+172=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAAC is #233553. Grayscale: #CCCCCC. Windows color (decimal): -2307412 or 11324124. OLE color: 11324124.
HSL color Cylindrical-coordinate representation of color #DCCAAC: hue angle of 37.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCCAAC is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 172 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.14 |
| HSL | 37.5º | 0.41% | 0.77% | - |
| HSV(B) | 37.5º | 0.22% | 0.86% | - |
| XYZ | 58.08 | 60.44 | 47.63 | - |
| YUV | 203.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 172 | 0 | 0.08 | 0.22 | 0.14 | 37.5 | 0.41 | 0.77 |
| Hex | DC | CA | AC | 0 | 8 | 16 | E | 26 | 29 | 4D |
| Octal | 334 | 312 | 254 | 0 | 10 | 26 | 16 | 46 | 51 | 115 |
| Binary | 11011100 | 11001010 | 10101100 | 0 | 1000 | 10110 | 1110 | 100110 | 101001 | 1001101 |
Color Harmonies of #DCCAAC
Complementary color
Monochromatic Colors of #DCCAAC
Black with #DCCAAC
Text Example
Text Example
White with #DCCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAAC; }
p { color: rgb(220,202,172); }
H1.HeaderClassName
{
color: #DCCAAC;
}
.AnyTagClassName
{
color: #DCCAAC;
}
</style>
background-color css
<style>
a { background-color: #DCCAAC; }
a { background-color: rgb(220,202,172); }
div.DivClassName
{
background-color: #DCCAAC;
}
.BgClassName
{
background-color: #DCCAAC;
}
</style>
border-color css
<style>
span { border-color: #DCCAAC; }
span { border-color: rgb(220,202,172); }
td.TdClassName
{
border-color: #DCCAAC;
}
.TagClassName
{
border-color: #DCCAAC;
}
</style>