Shades of Apache #D4A85E
Tints of Apache #D4A85E
RGB
CMYK
RGB Variations
Color information
#D4A85E (or 0xD4A85E) is known color: Apache. HEX triplet: D4, A8 and 5E. RGB value is (212,168,94). Sum of RGB (Red+Green+Blue) = 212+168+94=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A85E is #2B57A1. Grayscale: #ADADAD. Windows color (decimal): -2840482 or 6203604. OLE color: 6203604.
HSL color Cylindrical-coordinate representation of color #D4A85E: hue angle of 37.63º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4A85E is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 94 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.17 |
| HSL | 37.63º | 0.58% | 0.6% | - |
| HSV(B) | 37.63º | 0.56% | 0.83% | - |
| XYZ | 43.17 | 42.81 | 16.58 | - |
| YUV | 172.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 94 | 0 | 0.21 | 0.56 | 0.17 | 37.63 | 0.58 | 0.6 |
| Hex | D4 | A8 | 5E | 0 | 15 | 38 | 11 | 26 | 3A | 3C |
| Octal | 324 | 250 | 136 | 0 | 25 | 70 | 21 | 46 | 72 | 74 |
| Binary | 11010100 | 10101000 | 1011110 | 0 | 10101 | 111000 | 10001 | 100110 | 111010 | 111100 |
Color Harmonies of #D4A85E
Complementary color
Monochromatic Colors of #D4A85E
Black with #D4A85E
Text Example
Text Example
White with #D4A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A85E; }
p { color: rgb(212,168,94); }
H1.HeaderClassName
{
color: #D4A85E;
}
.AnyTagClassName
{
color: #D4A85E;
}
</style>
background-color css
<style>
a { background-color: #D4A85E; }
a { background-color: rgb(212,168,94); }
div.DivClassName
{
background-color: #D4A85E;
}
.BgClassName
{
background-color: #D4A85E;
}
</style>
border-color css
<style>
span { border-color: #D4A85E; }
span { border-color: rgb(212,168,94); }
td.TdClassName
{
border-color: #D4A85E;
}
.TagClassName
{
border-color: #D4A85E;
}
</style>