Shades of Aths Special #D3C9B5
Tints of Aths Special #D3C9B5
RGB
CMYK
RGB Variations
Color information
#D3C9B5 (or 0xD3C9B5) is known color: Aths Special. HEX triplet: D3, C9 and B5. RGB value is (211,201,181). Sum of RGB (Red+Green+Blue) = 211+201+181=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9B5 is #2C364A. Grayscale: #C9C9C9. Windows color (decimal): -2897483 or 11913683. OLE color: 11913683.
HSL color Cylindrical-coordinate representation of color #D3C9B5: hue angle of 40º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3C9B5 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 181 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.17 |
| HSL | 40º | 0.25% | 0.77% | - |
| HSV(B) | 40º | 0.14% | 0.83% | - |
| XYZ | 56.09 | 58.96 | 52.14 | - |
| YUV | 201.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 181 | 0 | 0.05 | 0.14 | 0.17 | 40 | 0.25 | 0.77 |
| Hex | D3 | C9 | B5 | 0 | 5 | E | 11 | 28 | 19 | 4D |
| Octal | 323 | 311 | 265 | 0 | 5 | 16 | 21 | 50 | 31 | 115 |
| Binary | 11010011 | 11001001 | 10110101 | 0 | 101 | 1110 | 10001 | 101000 | 11001 | 1001101 |
Color Harmonies of #D3C9B5
Complementary color
Monochromatic Colors of #D3C9B5
Black with #D3C9B5
Text Example
Text Example
White with #D3C9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C9B5; }
p { color: rgb(211,201,181); }
H1.HeaderClassName
{
color: #D3C9B5;
}
.AnyTagClassName
{
color: #D3C9B5;
}
</style>
background-color css
<style>
a { background-color: #D3C9B5; }
a { background-color: rgb(211,201,181); }
div.DivClassName
{
background-color: #D3C9B5;
}
.BgClassName
{
background-color: #D3C9B5;
}
</style>
border-color css
<style>
span { border-color: #D3C9B5; }
span { border-color: rgb(211,201,181); }
td.TdClassName
{
border-color: #D3C9B5;
}
.TagClassName
{
border-color: #D3C9B5;
}
</style>