Shades of Aths Special #D1C8B3
Tints of Aths Special #D1C8B3
RGB
CMYK
RGB Variations
Color information
#D1C8B3 (or 0xD1C8B3) is known color: Aths Special. HEX triplet: D1, C8 and B3. RGB value is (209,200,179). Sum of RGB (Red+Green+Blue) = 209+200+179=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8B3 is #2E374C. Grayscale: #C8C8C8. Windows color (decimal): -3028813 or 11782353. OLE color: 11782353.
HSL color Cylindrical-coordinate representation of color #D1C8B3: hue angle of 42º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1C8B3 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 179 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.18 |
| HSL | 42º | 0.25% | 0.76% | - |
| HSV(B) | 42º | 0.14% | 0.82% | - |
| XYZ | 55.09 | 58.12 | 50.96 | - |
| YUV | 200.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 179 | 0 | 0.04 | 0.14 | 0.18 | 42 | 0.25 | 0.76 |
| Hex | D1 | C8 | B3 | 0 | 4 | E | 12 | 2A | 19 | 4C |
| Octal | 321 | 310 | 263 | 0 | 4 | 16 | 22 | 52 | 31 | 114 |
| Binary | 11010001 | 11001000 | 10110011 | 0 | 100 | 1110 | 10010 | 101010 | 11001 | 1001100 |
Color Harmonies of #D1C8B3
Complementary color
Monochromatic Colors of #D1C8B3
Black with #D1C8B3
Text Example
Text Example
White with #D1C8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8B3; }
p { color: rgb(209,200,179); }
H1.HeaderClassName
{
color: #D1C8B3;
}
.AnyTagClassName
{
color: #D1C8B3;
}
</style>
background-color css
<style>
a { background-color: #D1C8B3; }
a { background-color: rgb(209,200,179); }
div.DivClassName
{
background-color: #D1C8B3;
}
.BgClassName
{
background-color: #D1C8B3;
}
</style>
border-color css
<style>
span { border-color: #D1C8B3; }
span { border-color: rgb(209,200,179); }
td.TdClassName
{
border-color: #D1C8B3;
}
.TagClassName
{
border-color: #D1C8B3;
}
</style>