Shades of Aths Special #DCCCAA
Tints of Aths Special #DCCCAA
RGB
CMYK
RGB Variations
Color information
#DCCCAA (or 0xDCCCAA) is known color: Aths Special. HEX triplet: DC, CC and AA. RGB value is (220,204,170). Sum of RGB (Red+Green+Blue) = 220+204+170=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCAA is #233355. Grayscale: #CDCDCD. Windows color (decimal): -2306902 or 11193564. OLE color: 11193564.
HSL color Cylindrical-coordinate representation of color #DCCCAA: hue angle of 40.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCCCAA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 170 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.14 |
| HSL | 40.8º | 0.42% | 0.76% | - |
| HSV(B) | 40.8º | 0.23% | 0.86% | - |
| XYZ | 58.36 | 61.3 | 46.79 | - |
| YUV | 204.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 170 | 0 | 0.07 | 0.23 | 0.14 | 40.8 | 0.42 | 0.76 |
| Hex | DC | CC | AA | 0 | 7 | 17 | E | 29 | 2A | 4C |
| Octal | 334 | 314 | 252 | 0 | 7 | 27 | 16 | 51 | 52 | 114 |
| Binary | 11011100 | 11001100 | 10101010 | 0 | 111 | 10111 | 1110 | 101001 | 101010 | 1001100 |
Color Harmonies of #DCCCAA
Complementary color
Monochromatic Colors of #DCCCAA
Black with #DCCCAA
Text Example
Text Example
White with #DCCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCAA; }
p { color: rgb(220,204,170); }
H1.HeaderClassName
{
color: #DCCCAA;
}
.AnyTagClassName
{
color: #DCCCAA;
}
</style>
background-color css
<style>
a { background-color: #DCCCAA; }
a { background-color: rgb(220,204,170); }
div.DivClassName
{
background-color: #DCCCAA;
}
.BgClassName
{
background-color: #DCCCAA;
}
</style>
border-color css
<style>
span { border-color: #DCCCAA; }
span { border-color: rgb(220,204,170); }
td.TdClassName
{
border-color: #DCCCAA;
}
.TagClassName
{
border-color: #DCCCAA;
}
</style>