Shades of Apache #D4AE59
Tints of Apache #D4AE59
RGB
CMYK
RGB Variations
Color information
#D4AE59 (or 0xD4AE59) is known color: Apache. HEX triplet: D4, AE and 59. RGB value is (212,174,89). Sum of RGB (Red+Green+Blue) = 212+174+89=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE59 is #2B51A6. Grayscale: #B0B0B0. Windows color (decimal): -2838951 or 5877460. OLE color: 5877460.
HSL color Cylindrical-coordinate representation of color #D4AE59: hue angle of 41.46º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4AE59 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 174 | 89 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.17 |
| HSL | 41.46º | 0.59% | 0.59% | - |
| HSV(B) | 41.46º | 0.58% | 0.83% | - |
| XYZ | 44.09 | 44.99 | 15.81 | - |
| YUV | 175.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 89 | 0 | 0.18 | 0.58 | 0.17 | 41.46 | 0.59 | 0.59 |
| Hex | D4 | AE | 59 | 0 | 12 | 3A | 11 | 29 | 3B | 3B |
| Octal | 324 | 256 | 131 | 0 | 22 | 72 | 21 | 51 | 73 | 73 |
| Binary | 11010100 | 10101110 | 1011001 | 0 | 10010 | 111010 | 10001 | 101001 | 111011 | 111011 |
Color Harmonies of #D4AE59
Complementary color
Monochromatic Colors of #D4AE59
Black with #D4AE59
Text Example
Text Example
White with #D4AE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AE59; }
p { color: rgb(212,174,89); }
H1.HeaderClassName
{
color: #D4AE59;
}
.AnyTagClassName
{
color: #D4AE59;
}
</style>
background-color css
<style>
a { background-color: #D4AE59; }
a { background-color: rgb(212,174,89); }
div.DivClassName
{
background-color: #D4AE59;
}
.BgClassName
{
background-color: #D4AE59;
}
</style>
border-color css
<style>
span { border-color: #D4AE59; }
span { border-color: rgb(212,174,89); }
td.TdClassName
{
border-color: #D4AE59;
}
.TagClassName
{
border-color: #D4AE59;
}
</style>