Shades of Aths Special #D8CDA8
Tints of Aths Special #D8CDA8
RGB
CMYK
RGB Variations
Color information
#D8CDA8 (or 0xD8CDA8) is known color: Aths Special. HEX triplet: D8, CD and A8. RGB value is (216,205,168). Sum of RGB (Red+Green+Blue) = 216+205+168=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CDA8 is #273257. Grayscale: #CCCCCC. Windows color (decimal): -2568792 or 11062744. OLE color: 11062744.
HSL color Cylindrical-coordinate representation of color #D8CDA8: hue angle of 46.25º 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 #D8CDA8 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 168 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.15 |
| HSL | 46.25º | 0.38% | 0.75% | - |
| HSV(B) | 46.25º | 0.22% | 0.85% | - |
| XYZ | 57.22 | 61.09 | 45.82 | - |
| YUV | 204.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 168 | 0 | 0.05 | 0.22 | 0.15 | 46.25 | 0.38 | 0.75 |
| Hex | D8 | CD | A8 | 0 | 5 | 16 | F | 2E | 26 | 4B |
| Octal | 330 | 315 | 250 | 0 | 5 | 26 | 17 | 56 | 46 | 113 |
| Binary | 11011000 | 11001101 | 10101000 | 0 | 101 | 10110 | 1111 | 101110 | 100110 | 1001011 |
Color Harmonies of #D8CDA8
Complementary color
Monochromatic Colors of #D8CDA8
Black with #D8CDA8
Text Example
Text Example
White with #D8CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDA8; }
p { color: rgb(216,205,168); }
H1.HeaderClassName
{
color: #D8CDA8;
}
.AnyTagClassName
{
color: #D8CDA8;
}
</style>
background-color css
<style>
a { background-color: #D8CDA8; }
a { background-color: rgb(216,205,168); }
div.DivClassName
{
background-color: #D8CDA8;
}
.BgClassName
{
background-color: #D8CDA8;
}
</style>
border-color css
<style>
span { border-color: #D8CDA8; }
span { border-color: rgb(216,205,168); }
td.TdClassName
{
border-color: #D8CDA8;
}
.TagClassName
{
border-color: #D8CDA8;
}
</style>