Shades of Aths Special #D8CCB0
Tints of Aths Special #D8CCB0
RGB
CMYK
RGB Variations
Color information
#D8CCB0 (or 0xD8CCB0) is known color: Aths Special. HEX triplet: D8, CC and B0. RGB value is (216,204,176). Sum of RGB (Red+Green+Blue) = 216+204+176=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CCB0 is #27334F. Grayscale: #CCCCCC. Windows color (decimal): -2569040 or 11586776. OLE color: 11586776.
HSL color Cylindrical-coordinate representation of color #D8CCB0: hue angle of 42º 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 #D8CCB0 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 176 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.15 |
| HSL | 42º | 0.34% | 0.77% | - |
| HSV(B) | 42º | 0.19% | 0.85% | - |
| XYZ | 57.75 | 60.92 | 49.79 | - |
| YUV | 204.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 176 | 0 | 0.06 | 0.19 | 0.15 | 42 | 0.34 | 0.77 |
| Hex | D8 | CC | B0 | 0 | 6 | 13 | F | 2A | 22 | 4D |
| Octal | 330 | 314 | 260 | 0 | 6 | 23 | 17 | 52 | 42 | 115 |
| Binary | 11011000 | 11001100 | 10110000 | 0 | 110 | 10011 | 1111 | 101010 | 100010 | 1001101 |
Color Harmonies of #D8CCB0
Complementary color
Monochromatic Colors of #D8CCB0
Black with #D8CCB0
Text Example
Text Example
White with #D8CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCB0; }
p { color: rgb(216,204,176); }
H1.HeaderClassName
{
color: #D8CCB0;
}
.AnyTagClassName
{
color: #D8CCB0;
}
</style>
background-color css
<style>
a { background-color: #D8CCB0; }
a { background-color: rgb(216,204,176); }
div.DivClassName
{
background-color: #D8CCB0;
}
.BgClassName
{
background-color: #D8CCB0;
}
</style>
border-color css
<style>
span { border-color: #D8CCB0; }
span { border-color: rgb(216,204,176); }
td.TdClassName
{
border-color: #D8CCB0;
}
.TagClassName
{
border-color: #D8CCB0;
}
</style>