Shades of Aths Special #D0C9B8
Tints of Aths Special #D0C9B8
RGB
CMYK
RGB Variations
Color information
#D0C9B8 (or 0xD0C9B8) is known color: Aths Special. HEX triplet: D0, C9 and B8. RGB value is (208,201,184). Sum of RGB (Red+Green+Blue) = 208+201+184=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9B8 is #2F3647. Grayscale: #C9C9C9. Windows color (decimal): -3094088 or 12110288. OLE color: 12110288.
HSL color Cylindrical-coordinate representation of color #D0C9B8: hue angle of 42.5º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0C9B8 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 184 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.18 |
| HSL | 42.5º | 0.2% | 0.77% | - |
| HSV(B) | 42.5º | 0.12% | 0.82% | - |
| XYZ | 55.55 | 58.64 | 53.74 | - |
| YUV | 201.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 184 | 0 | 0.03 | 0.12 | 0.18 | 42.5 | 0.2 | 0.77 |
| Hex | D0 | C9 | B8 | 0 | 3 | C | 12 | 2A | 14 | 4D |
| Octal | 320 | 311 | 270 | 0 | 3 | 14 | 22 | 52 | 24 | 115 |
| Binary | 11010000 | 11001001 | 10111000 | 0 | 11 | 1100 | 10010 | 101010 | 10100 | 1001101 |
Color Harmonies of #D0C9B8
Complementary color
Monochromatic Colors of #D0C9B8
Black with #D0C9B8
Text Example
Text Example
White with #D0C9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9B8; }
p { color: rgb(208,201,184); }
H1.HeaderClassName
{
color: #D0C9B8;
}
.AnyTagClassName
{
color: #D0C9B8;
}
</style>
background-color css
<style>
a { background-color: #D0C9B8; }
a { background-color: rgb(208,201,184); }
div.DivClassName
{
background-color: #D0C9B8;
}
.BgClassName
{
background-color: #D0C9B8;
}
</style>
border-color css
<style>
span { border-color: #D0C9B8; }
span { border-color: rgb(208,201,184); }
td.TdClassName
{
border-color: #D0C9B8;
}
.TagClassName
{
border-color: #D0C9B8;
}
</style>