Shades of Aths Special #DCCEAC
Tints of Aths Special #DCCEAC
RGB
CMYK
RGB Variations
Color information
#DCCEAC (or 0xDCCEAC) is known color: Aths Special. HEX triplet: DC, CE and AC. RGB value is (220,206,172). Sum of RGB (Red+Green+Blue) = 220+206+172=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEAC is #233153. Grayscale: #CECECE. Windows color (decimal): -2306388 or 11325148. OLE color: 11325148.
HSL color Cylindrical-coordinate representation of color #DCCEAC: hue angle of 42.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 #DCCEAC is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 172 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.14 |
| HSL | 42.5º | 0.41% | 0.77% | - |
| HSV(B) | 42.5º | 0.22% | 0.86% | - |
| XYZ | 59.03 | 62.34 | 47.95 | - |
| YUV | 206.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 172 | 0 | 0.06 | 0.22 | 0.14 | 42.5 | 0.41 | 0.77 |
| Hex | DC | CE | AC | 0 | 6 | 16 | E | 2A | 29 | 4D |
| Octal | 334 | 316 | 254 | 0 | 6 | 26 | 16 | 52 | 51 | 115 |
| Binary | 11011100 | 11001110 | 10101100 | 0 | 110 | 10110 | 1110 | 101010 | 101001 | 1001101 |
Color Harmonies of #DCCEAC
Complementary color
Monochromatic Colors of #DCCEAC
Black with #DCCEAC
Text Example
Text Example
White with #DCCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEAC; }
p { color: rgb(220,206,172); }
H1.HeaderClassName
{
color: #DCCEAC;
}
.AnyTagClassName
{
color: #DCCEAC;
}
</style>
background-color css
<style>
a { background-color: #DCCEAC; }
a { background-color: rgb(220,206,172); }
div.DivClassName
{
background-color: #DCCEAC;
}
.BgClassName
{
background-color: #DCCEAC;
}
</style>
border-color css
<style>
span { border-color: #DCCEAC; }
span { border-color: rgb(220,206,172); }
td.TdClassName
{
border-color: #DCCEAC;
}
.TagClassName
{
border-color: #DCCEAC;
}
</style>