Shades of Apache #D4AD59
Tints of Apache #D4AD59
RGB
CMYK
RGB Variations
Color information
#D4AD59 (or 0xD4AD59) is known color: Apache. HEX triplet: D4, AD and 59. RGB value is (212,173,89). Sum of RGB (Red+Green+Blue) = 212+173+89=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD59 is #2B52A6. Grayscale: #AFAFAF. Windows color (decimal): -2839207 or 5877204. OLE color: 5877204.
HSL color Cylindrical-coordinate representation of color #D4AD59: hue angle of 40.98º 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 #D4AD59 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 89 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.17 |
| HSL | 40.98º | 0.59% | 0.59% | - |
| HSV(B) | 40.98º | 0.58% | 0.83% | - |
| XYZ | 43.9 | 44.61 | 15.75 | - |
| YUV | 175.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 89 | 0 | 0.18 | 0.58 | 0.17 | 40.98 | 0.59 | 0.59 |
| Hex | D4 | AD | 59 | 0 | 12 | 3A | 11 | 29 | 3B | 3B |
| Octal | 324 | 255 | 131 | 0 | 22 | 72 | 21 | 51 | 73 | 73 |
| Binary | 11010100 | 10101101 | 1011001 | 0 | 10010 | 111010 | 10001 | 101001 | 111011 | 111011 |
Color Harmonies of #D4AD59
Complementary color
Monochromatic Colors of #D4AD59
Black with #D4AD59
Text Example
Text Example
White with #D4AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD59; }
p { color: rgb(212,173,89); }
H1.HeaderClassName
{
color: #D4AD59;
}
.AnyTagClassName
{
color: #D4AD59;
}
</style>
background-color css
<style>
a { background-color: #D4AD59; }
a { background-color: rgb(212,173,89); }
div.DivClassName
{
background-color: #D4AD59;
}
.BgClassName
{
background-color: #D4AD59;
}
</style>
border-color css
<style>
span { border-color: #D4AD59; }
span { border-color: rgb(212,173,89); }
td.TdClassName
{
border-color: #D4AD59;
}
.TagClassName
{
border-color: #D4AD59;
}
</style>