Shades of Aths Special #D8CDA9
Tints of Aths Special #D8CDA9
RGB
CMYK
RGB Variations
Color information
#D8CDA9 (or 0xD8CDA9) is known color: Aths Special. HEX triplet: D8, CD and A9. RGB value is (216,205,169). Sum of RGB (Red+Green+Blue) = 216+205+169=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CDA9 is #273256. Grayscale: #CCCCCC. Windows color (decimal): -2568791 or 11128280. OLE color: 11128280.
HSL color Cylindrical-coordinate representation of color #D8CDA9: hue angle of 45.96º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8CDA9 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 169 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.15 |
| HSL | 45.96º | 0.38% | 0.75% | - |
| HSV(B) | 45.96º | 0.22% | 0.85% | - |
| XYZ | 57.31 | 61.13 | 46.31 | - |
| YUV | 204.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 169 | 0 | 0.05 | 0.22 | 0.15 | 45.96 | 0.38 | 0.75 |
| Hex | D8 | CD | A9 | 0 | 5 | 16 | F | 2E | 26 | 4B |
| Octal | 330 | 315 | 251 | 0 | 5 | 26 | 17 | 56 | 46 | 113 |
| Binary | 11011000 | 11001101 | 10101001 | 0 | 101 | 10110 | 1111 | 101110 | 100110 | 1001011 |
Color Harmonies of #D8CDA9
Complementary color
Monochromatic Colors of #D8CDA9
Black with #D8CDA9
Text Example
Text Example
White with #D8CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDA9; }
p { color: rgb(216,205,169); }
H1.HeaderClassName
{
color: #D8CDA9;
}
.AnyTagClassName
{
color: #D8CDA9;
}
</style>
background-color css
<style>
a { background-color: #D8CDA9; }
a { background-color: rgb(216,205,169); }
div.DivClassName
{
background-color: #D8CDA9;
}
.BgClassName
{
background-color: #D8CDA9;
}
</style>
border-color css
<style>
span { border-color: #D8CDA9; }
span { border-color: rgb(216,205,169); }
td.TdClassName
{
border-color: #D8CDA9;
}
.TagClassName
{
border-color: #D8CDA9;
}
</style>