Shades of Aths Special #DCCEAB
Tints of Aths Special #DCCEAB
RGB
CMYK
RGB Variations
Color information
#DCCEAB (or 0xDCCEAB) is known color: Aths Special. HEX triplet: DC, CE and AB. RGB value is (220,206,171). Sum of RGB (Red+Green+Blue) = 220+206+171=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCEAB is #233154. Grayscale: #CECECE. Windows color (decimal): -2306389 or 11259612. OLE color: 11259612.
HSL color Cylindrical-coordinate representation of color #DCCEAB: hue angle of 42.86º 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 #DCCEAB is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 171 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.14 |
| HSL | 42.86º | 0.41% | 0.77% | - |
| HSV(B) | 42.86º | 0.22% | 0.86% | - |
| XYZ | 58.94 | 62.3 | 47.45 | - |
| YUV | 206.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 171 | 0 | 0.06 | 0.22 | 0.14 | 42.86 | 0.41 | 0.77 |
| Hex | DC | CE | AB | 0 | 6 | 16 | E | 2B | 29 | 4D |
| Octal | 334 | 316 | 253 | 0 | 6 | 26 | 16 | 53 | 51 | 115 |
| Binary | 11011100 | 11001110 | 10101011 | 0 | 110 | 10110 | 1110 | 101011 | 101001 | 1001101 |
Color Harmonies of #DCCEAB
Complementary color
Monochromatic Colors of #DCCEAB
Black with #DCCEAB
Text Example
Text Example
White with #DCCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEAB; }
p { color: rgb(220,206,171); }
H1.HeaderClassName
{
color: #DCCEAB;
}
.AnyTagClassName
{
color: #DCCEAB;
}
</style>
background-color css
<style>
a { background-color: #DCCEAB; }
a { background-color: rgb(220,206,171); }
div.DivClassName
{
background-color: #DCCEAB;
}
.BgClassName
{
background-color: #DCCEAB;
}
</style>
border-color css
<style>
span { border-color: #DCCEAB; }
span { border-color: rgb(220,206,171); }
td.TdClassName
{
border-color: #DCCEAB;
}
.TagClassName
{
border-color: #DCCEAB;
}
</style>