Shades of Aths Special #D3C9B3
Tints of Aths Special #D3C9B3
RGB
CMYK
RGB Variations
Color information
#D3C9B3 (or 0xD3C9B3) is known color: Aths Special. HEX triplet: D3, C9 and B3. RGB value is (211,201,179). Sum of RGB (Red+Green+Blue) = 211+201+179=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C9B3 is #2C364C. Grayscale: #C9C9C9. Windows color (decimal): -2897485 or 11782611. OLE color: 11782611.
HSL color Cylindrical-coordinate representation of color #D3C9B3: hue angle of 41.25º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3C9B3 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 179 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.17 |
| HSL | 41.25º | 0.27% | 0.76% | - |
| HSV(B) | 41.25º | 0.15% | 0.83% | - |
| XYZ | 55.89 | 58.88 | 51.07 | - |
| YUV | 201.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 179 | 0 | 0.05 | 0.15 | 0.17 | 41.25 | 0.27 | 0.76 |
| Hex | D3 | C9 | B3 | 0 | 5 | F | 11 | 29 | 1B | 4C |
| Octal | 323 | 311 | 263 | 0 | 5 | 17 | 21 | 51 | 33 | 114 |
| Binary | 11010011 | 11001001 | 10110011 | 0 | 101 | 1111 | 10001 | 101001 | 11011 | 1001100 |
Color Harmonies of #D3C9B3
Complementary color
Monochromatic Colors of #D3C9B3
Black with #D3C9B3
Text Example
Text Example
White with #D3C9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C9B3; }
p { color: rgb(211,201,179); }
H1.HeaderClassName
{
color: #D3C9B3;
}
.AnyTagClassName
{
color: #D3C9B3;
}
</style>
background-color css
<style>
a { background-color: #D3C9B3; }
a { background-color: rgb(211,201,179); }
div.DivClassName
{
background-color: #D3C9B3;
}
.BgClassName
{
background-color: #D3C9B3;
}
</style>
border-color css
<style>
span { border-color: #D3C9B3; }
span { border-color: rgb(211,201,179); }
td.TdClassName
{
border-color: #D3C9B3;
}
.TagClassName
{
border-color: #D3C9B3;
}
</style>