Shades of Aths Special #D4C8AD
Tints of Aths Special #D4C8AD
RGB
CMYK
RGB Variations
Color information
#D4C8AD (or 0xD4C8AD) is known color: Aths Special. HEX triplet: D4, C8 and AD. RGB value is (212,200,173). Sum of RGB (Red+Green+Blue) = 212+200+173=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C8AD is #2B3752. Grayscale: #C8C8C8. Windows color (decimal): -2832211 or 11389140. OLE color: 11389140.
HSL color Cylindrical-coordinate representation of color #D4C8AD: hue angle of 41.54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4C8AD is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 200 | 173 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.17 |
| HSL | 41.54º | 0.31% | 0.75% | - |
| HSV(B) | 41.54º | 0.18% | 0.83% | - |
| XYZ | 55.35 | 58.32 | 47.88 | - |
| YUV | 200.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 173 | 0 | 0.06 | 0.18 | 0.17 | 41.54 | 0.31 | 0.75 |
| Hex | D4 | C8 | AD | 0 | 6 | 12 | 11 | 2A | 1F | 4B |
| Octal | 324 | 310 | 255 | 0 | 6 | 22 | 21 | 52 | 37 | 113 |
| Binary | 11010100 | 11001000 | 10101101 | 0 | 110 | 10010 | 10001 | 101010 | 11111 | 1001011 |
Color Harmonies of #D4C8AD
Complementary color
Monochromatic Colors of #D4C8AD
Black with #D4C8AD
Text Example
Text Example
White with #D4C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8AD; }
p { color: rgb(212,200,173); }
H1.HeaderClassName
{
color: #D4C8AD;
}
.AnyTagClassName
{
color: #D4C8AD;
}
</style>
background-color css
<style>
a { background-color: #D4C8AD; }
a { background-color: rgb(212,200,173); }
div.DivClassName
{
background-color: #D4C8AD;
}
.BgClassName
{
background-color: #D4C8AD;
}
</style>
border-color css
<style>
span { border-color: #D4C8AD; }
span { border-color: rgb(212,200,173); }
td.TdClassName
{
border-color: #D4C8AD;
}
.TagClassName
{
border-color: #D4C8AD;
}
</style>