Shades of Apache #D4A857
Tints of Apache #D4A857
RGB
CMYK
RGB Variations
Color information
#D4A857 (or 0xD4A857) is known color: Apache. HEX triplet: D4, A8 and 57. RGB value is (212,168,87). Sum of RGB (Red+Green+Blue) = 212+168+87=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A857 is #2B57A8. Grayscale: #ACACAC. Windows color (decimal): -2840489 or 5744852. OLE color: 5744852.
HSL color Cylindrical-coordinate representation of color #D4A857: hue angle of 38.88º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4A857 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 87 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.17 |
| HSL | 38.88º | 0.59% | 0.59% | - |
| HSV(B) | 38.88º | 0.59% | 0.83% | - |
| XYZ | 42.87 | 42.69 | 15 | - |
| YUV | 171.92 | 80.08 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 87 | 0 | 0.21 | 0.59 | 0.17 | 38.88 | 0.59 | 0.59 |
| Hex | D4 | A8 | 57 | 0 | 15 | 3B | 11 | 27 | 3B | 3B |
| Octal | 324 | 250 | 127 | 0 | 25 | 73 | 21 | 47 | 73 | 73 |
| Binary | 11010100 | 10101000 | 1010111 | 0 | 10101 | 111011 | 10001 | 100111 | 111011 | 111011 |
Color Harmonies of #D4A857
Complementary color
Monochromatic Colors of #D4A857
Black with #D4A857
Text Example
Text Example
White with #D4A857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A857; }
p { color: rgb(212,168,87); }
H1.HeaderClassName
{
color: #D4A857;
}
.AnyTagClassName
{
color: #D4A857;
}
</style>
background-color css
<style>
a { background-color: #D4A857; }
a { background-color: rgb(212,168,87); }
div.DivClassName
{
background-color: #D4A857;
}
.BgClassName
{
background-color: #D4A857;
}
</style>
border-color css
<style>
span { border-color: #D4A857; }
span { border-color: rgb(212,168,87); }
td.TdClassName
{
border-color: #D4A857;
}
.TagClassName
{
border-color: #D4A857;
}
</style>