Shades of Aths Special #D8C9AF
Tints of Aths Special #D8C9AF
RGB
CMYK
RGB Variations
Color information
#D8C9AF (or 0xD8C9AF) is known color: Aths Special. HEX triplet: D8, C9 and AF. RGB value is (216,201,175). Sum of RGB (Red+Green+Blue) = 216+201+175=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C9AF is #273650. Grayscale: #CACACA. Windows color (decimal): -2569809 or 11520472. OLE color: 11520472.
HSL color Cylindrical-coordinate representation of color #D8C9AF: hue angle of 38.05º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C9AF is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 175 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.15 |
| HSL | 38.05º | 0.34% | 0.77% | - |
| HSV(B) | 38.05º | 0.19% | 0.85% | - |
| XYZ | 56.94 | 59.47 | 49.03 | - |
| YUV | 202.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 175 | 0 | 0.07 | 0.19 | 0.15 | 38.05 | 0.34 | 0.77 |
| Hex | D8 | C9 | AF | 0 | 7 | 13 | F | 26 | 22 | 4D |
| Octal | 330 | 311 | 257 | 0 | 7 | 23 | 17 | 46 | 42 | 115 |
| Binary | 11011000 | 11001001 | 10101111 | 0 | 111 | 10011 | 1111 | 100110 | 100010 | 1001101 |
Color Harmonies of #D8C9AF
Complementary color
Monochromatic Colors of #D8C9AF
Black with #D8C9AF
Text Example
Text Example
White with #D8C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C9AF; }
p { color: rgb(216,201,175); }
H1.HeaderClassName
{
color: #D8C9AF;
}
.AnyTagClassName
{
color: #D8C9AF;
}
</style>
background-color css
<style>
a { background-color: #D8C9AF; }
a { background-color: rgb(216,201,175); }
div.DivClassName
{
background-color: #D8C9AF;
}
.BgClassName
{
background-color: #D8C9AF;
}
</style>
border-color css
<style>
span { border-color: #D8C9AF; }
span { border-color: rgb(216,201,175); }
td.TdClassName
{
border-color: #D8C9AF;
}
.TagClassName
{
border-color: #D8C9AF;
}
</style>