Shades of Aths Special #DCCCAE
Tints of Aths Special #DCCCAE
RGB
CMYK
RGB Variations
Color information
#DCCCAE (or 0xDCCCAE) is known color: Aths Special. HEX triplet: DC, CC and AE. RGB value is (220,204,174). Sum of RGB (Red+Green+Blue) = 220+204+174=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCAE is #233351. Grayscale: #CDCDCD. Windows color (decimal): -2306898 or 11455708. OLE color: 11455708.
HSL color Cylindrical-coordinate representation of color #DCCCAE: hue angle of 39.13º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCCCAE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 174 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.14 |
| HSL | 39.13º | 0.4% | 0.77% | - |
| HSV(B) | 39.13º | 0.21% | 0.86% | - |
| XYZ | 58.75 | 61.46 | 48.81 | - |
| YUV | 205.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 174 | 0 | 0.07 | 0.21 | 0.14 | 39.13 | 0.4 | 0.77 |
| Hex | DC | CC | AE | 0 | 7 | 15 | E | 27 | 28 | 4D |
| Octal | 334 | 314 | 256 | 0 | 7 | 25 | 16 | 47 | 50 | 115 |
| Binary | 11011100 | 11001100 | 10101110 | 0 | 111 | 10101 | 1110 | 100111 | 101000 | 1001101 |
Color Harmonies of #DCCCAE
Complementary color
Monochromatic Colors of #DCCCAE
Black with #DCCCAE
Text Example
Text Example
White with #DCCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCAE; }
p { color: rgb(220,204,174); }
H1.HeaderClassName
{
color: #DCCCAE;
}
.AnyTagClassName
{
color: #DCCCAE;
}
</style>
background-color css
<style>
a { background-color: #DCCCAE; }
a { background-color: rgb(220,204,174); }
div.DivClassName
{
background-color: #DCCCAE;
}
.BgClassName
{
background-color: #DCCCAE;
}
</style>
border-color css
<style>
span { border-color: #DCCCAE; }
span { border-color: rgb(220,204,174); }
td.TdClassName
{
border-color: #DCCCAE;
}
.TagClassName
{
border-color: #DCCCAE;
}
</style>