Shades of Aths Special #D4C7AD
Tints of Aths Special #D4C7AD
RGB
CMYK
RGB Variations
Color information
#D4C7AD (or 0xD4C7AD) is known color: Aths Special. HEX triplet: D4, C7 and AD. RGB value is (212,199,173). Sum of RGB (Red+Green+Blue) = 212+199+173=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C7AD is #2B3852. Grayscale: #C8C8C8. Windows color (decimal): -2832467 or 11388884. OLE color: 11388884.
HSL color Cylindrical-coordinate representation of color #D4C7AD: hue angle of 40º 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 #D4C7AD is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 173 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.17 |
| HSL | 40º | 0.31% | 0.75% | - |
| HSV(B) | 40º | 0.18% | 0.83% | - |
| XYZ | 55.12 | 57.86 | 47.8 | - |
| YUV | 199.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 173 | 0 | 0.06 | 0.18 | 0.17 | 40 | 0.31 | 0.75 |
| Hex | D4 | C7 | AD | 0 | 6 | 12 | 11 | 28 | 1F | 4B |
| Octal | 324 | 307 | 255 | 0 | 6 | 22 | 21 | 50 | 37 | 113 |
| Binary | 11010100 | 11000111 | 10101101 | 0 | 110 | 10010 | 10001 | 101000 | 11111 | 1001011 |
Color Harmonies of #D4C7AD
Complementary color
Monochromatic Colors of #D4C7AD
Black with #D4C7AD
Text Example
Text Example
White with #D4C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C7AD; }
p { color: rgb(212,199,173); }
H1.HeaderClassName
{
color: #D4C7AD;
}
.AnyTagClassName
{
color: #D4C7AD;
}
</style>
background-color css
<style>
a { background-color: #D4C7AD; }
a { background-color: rgb(212,199,173); }
div.DivClassName
{
background-color: #D4C7AD;
}
.BgClassName
{
background-color: #D4C7AD;
}
</style>
border-color css
<style>
span { border-color: #D4C7AD; }
span { border-color: rgb(212,199,173); }
td.TdClassName
{
border-color: #D4C7AD;
}
.TagClassName
{
border-color: #D4C7AD;
}
</style>