Shades of Aths Special #D4C6AD
Tints of Aths Special #D4C6AD
RGB
CMYK
RGB Variations
Color information
#D4C6AD (or 0xD4C6AD) is known color: Aths Special. HEX triplet: D4, C6 and AD. RGB value is (212,198,173). Sum of RGB (Red+Green+Blue) = 212+198+173=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C6AD is #2B3952. Grayscale: #C7C7C7. Windows color (decimal): -2832723 or 11388628. OLE color: 11388628.
HSL color Cylindrical-coordinate representation of color #D4C6AD: hue angle of 38.46º 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 #D4C6AD is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 173 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.17 |
| HSL | 38.46º | 0.31% | 0.75% | - |
| HSV(B) | 38.46º | 0.18% | 0.83% | - |
| XYZ | 54.89 | 57.4 | 47.72 | - |
| YUV | 199.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 173 | 0 | 0.07 | 0.18 | 0.17 | 38.46 | 0.31 | 0.75 |
| Hex | D4 | C6 | AD | 0 | 7 | 12 | 11 | 26 | 1F | 4B |
| Octal | 324 | 306 | 255 | 0 | 7 | 22 | 21 | 46 | 37 | 113 |
| Binary | 11010100 | 11000110 | 10101101 | 0 | 111 | 10010 | 10001 | 100110 | 11111 | 1001011 |
Color Harmonies of #D4C6AD
Complementary color
Monochromatic Colors of #D4C6AD
Black with #D4C6AD
Text Example
Text Example
White with #D4C6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C6AD; }
p { color: rgb(212,198,173); }
H1.HeaderClassName
{
color: #D4C6AD;
}
.AnyTagClassName
{
color: #D4C6AD;
}
</style>
background-color css
<style>
a { background-color: #D4C6AD; }
a { background-color: rgb(212,198,173); }
div.DivClassName
{
background-color: #D4C6AD;
}
.BgClassName
{
background-color: #D4C6AD;
}
</style>
border-color css
<style>
span { border-color: #D4C6AD; }
span { border-color: rgb(212,198,173); }
td.TdClassName
{
border-color: #D4C6AD;
}
.TagClassName
{
border-color: #D4C6AD;
}
</style>