Shades of Aths Special #D8CEAA
Tints of Aths Special #D8CEAA
RGB
CMYK
RGB Variations
Color information
#D8CEAA (or 0xD8CEAA) is known color: Aths Special. HEX triplet: D8, CE and AA. RGB value is (216,206,170). Sum of RGB (Red+Green+Blue) = 216+206+170=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CEAA is #273155. Grayscale: #CDCDCD. Windows color (decimal): -2568534 or 11194072. OLE color: 11194072.
HSL color Cylindrical-coordinate representation of color #D8CEAA: hue angle of 46.96º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8CEAA is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 170 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.15 |
| HSL | 46.96º | 0.37% | 0.76% | - |
| HSV(B) | 46.96º | 0.21% | 0.85% | - |
| XYZ | 57.65 | 61.64 | 46.89 | - |
| YUV | 204.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 170 | 0 | 0.05 | 0.21 | 0.15 | 46.96 | 0.37 | 0.76 |
| Hex | D8 | CE | AA | 0 | 5 | 15 | F | 2F | 25 | 4C |
| Octal | 330 | 316 | 252 | 0 | 5 | 25 | 17 | 57 | 45 | 114 |
| Binary | 11011000 | 11001110 | 10101010 | 0 | 101 | 10101 | 1111 | 101111 | 100101 | 1001100 |
Color Harmonies of #D8CEAA
Complementary color
Monochromatic Colors of #D8CEAA
Black with #D8CEAA
Text Example
Text Example
White with #D8CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEAA; }
p { color: rgb(216,206,170); }
H1.HeaderClassName
{
color: #D8CEAA;
}
.AnyTagClassName
{
color: #D8CEAA;
}
</style>
background-color css
<style>
a { background-color: #D8CEAA; }
a { background-color: rgb(216,206,170); }
div.DivClassName
{
background-color: #D8CEAA;
}
.BgClassName
{
background-color: #D8CEAA;
}
</style>
border-color css
<style>
span { border-color: #D8CEAA; }
span { border-color: rgb(216,206,170); }
td.TdClassName
{
border-color: #D8CEAA;
}
.TagClassName
{
border-color: #D8CEAA;
}
</style>