Shades of Aths Special #D8CAB0
Tints of Aths Special #D8CAB0
RGB
CMYK
RGB Variations
Color information
#D8CAB0 (or 0xD8CAB0) is known color: Aths Special. HEX triplet: D8, CA and B0. RGB value is (216,202,176). Sum of RGB (Red+Green+Blue) = 216+202+176=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CAB0 is #27354F. Grayscale: #CBCBCB. Windows color (decimal): -2569552 or 11586264. OLE color: 11586264.
HSL color Cylindrical-coordinate representation of color #D8CAB0: hue angle of 39º 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 #D8CAB0 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 176 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.15 |
| HSL | 39º | 0.34% | 0.77% | - |
| HSV(B) | 39º | 0.19% | 0.85% | - |
| XYZ | 57.28 | 59.97 | 49.63 | - |
| YUV | 203.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 176 | 0 | 0.06 | 0.19 | 0.15 | 39 | 0.34 | 0.77 |
| Hex | D8 | CA | B0 | 0 | 6 | 13 | F | 27 | 22 | 4D |
| Octal | 330 | 312 | 260 | 0 | 6 | 23 | 17 | 47 | 42 | 115 |
| Binary | 11011000 | 11001010 | 10110000 | 0 | 110 | 10011 | 1111 | 100111 | 100010 | 1001101 |
Color Harmonies of #D8CAB0
Complementary color
Monochromatic Colors of #D8CAB0
Black with #D8CAB0
Text Example
Text Example
White with #D8CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAB0; }
p { color: rgb(216,202,176); }
H1.HeaderClassName
{
color: #D8CAB0;
}
.AnyTagClassName
{
color: #D8CAB0;
}
</style>
background-color css
<style>
a { background-color: #D8CAB0; }
a { background-color: rgb(216,202,176); }
div.DivClassName
{
background-color: #D8CAB0;
}
.BgClassName
{
background-color: #D8CAB0;
}
</style>
border-color css
<style>
span { border-color: #D8CAB0; }
span { border-color: rgb(216,202,176); }
td.TdClassName
{
border-color: #D8CAB0;
}
.TagClassName
{
border-color: #D8CAB0;
}
</style>