Shades of Aths Special #DCCEAA
Tints of Aths Special #DCCEAA
RGB
CMYK
RGB Variations
Color information
#DCCEAA (or 0xDCCEAA) is known color: Aths Special. HEX triplet: DC, CE and AA. RGB value is (220,206,170). Sum of RGB (Red+Green+Blue) = 220+206+170=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEAA is #233155. Grayscale: #CECECE. Windows color (decimal): -2306390 or 11194076. OLE color: 11194076.
HSL color Cylindrical-coordinate representation of color #DCCEAA: hue angle of 43.2º 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 #DCCEAA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 170 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.14 |
| HSL | 43.2º | 0.42% | 0.76% | - |
| HSV(B) | 43.2º | 0.23% | 0.86% | - |
| XYZ | 58.84 | 62.26 | 46.95 | - |
| YUV | 206.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 170 | 0 | 0.06 | 0.23 | 0.14 | 43.2 | 0.42 | 0.76 |
| Hex | DC | CE | AA | 0 | 6 | 17 | E | 2B | 2A | 4C |
| Octal | 334 | 316 | 252 | 0 | 6 | 27 | 16 | 53 | 52 | 114 |
| Binary | 11011100 | 11001110 | 10101010 | 0 | 110 | 10111 | 1110 | 101011 | 101010 | 1001100 |
Color Harmonies of #DCCEAA
Complementary color
Monochromatic Colors of #DCCEAA
Black with #DCCEAA
Text Example
Text Example
White with #DCCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEAA; }
p { color: rgb(220,206,170); }
H1.HeaderClassName
{
color: #DCCEAA;
}
.AnyTagClassName
{
color: #DCCEAA;
}
</style>
background-color css
<style>
a { background-color: #DCCEAA; }
a { background-color: rgb(220,206,170); }
div.DivClassName
{
background-color: #DCCEAA;
}
.BgClassName
{
background-color: #DCCEAA;
}
</style>
border-color css
<style>
span { border-color: #DCCEAA; }
span { border-color: rgb(220,206,170); }
td.TdClassName
{
border-color: #DCCEAA;
}
.TagClassName
{
border-color: #DCCEAA;
}
</style>