Shades of Apache #D7A459
Tints of Apache #D7A459
RGB
CMYK
RGB Variations
Color information
#D7A459 (or 0xD7A459) is known color: Apache. HEX triplet: D7, A4 and 59. RGB value is (215,164,89). Sum of RGB (Red+Green+Blue) = 215+164+89=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A459 is #285BA6. Grayscale: #ABABAB. Windows color (decimal): -2644903 or 5874903. OLE color: 5874903.
HSL color Cylindrical-coordinate representation of color #D7A459: hue angle of 35.71º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7A459 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 89 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.16 |
| HSL | 35.71º | 0.61% | 0.6% | - |
| HSV(B) | 35.71º | 0.59% | 0.84% | - |
| XYZ | 43.1 | 41.72 | 15.23 | - |
| YUV | 170.7 | 81.9 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 89 | 0 | 0.24 | 0.59 | 0.16 | 35.71 | 0.61 | 0.6 |
| Hex | D7 | A4 | 59 | 0 | 18 | 3B | 10 | 24 | 3D | 3C |
| Octal | 327 | 244 | 131 | 0 | 30 | 73 | 20 | 44 | 75 | 74 |
| Binary | 11010111 | 10100100 | 1011001 | 0 | 11000 | 111011 | 10000 | 100100 | 111101 | 111100 |
Color Harmonies of #D7A459
Complementary color
Monochromatic Colors of #D7A459
Black with #D7A459
Text Example
Text Example
White with #D7A459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A459; }
p { color: rgb(215,164,89); }
H1.HeaderClassName
{
color: #D7A459;
}
.AnyTagClassName
{
color: #D7A459;
}
</style>
background-color css
<style>
a { background-color: #D7A459; }
a { background-color: rgb(215,164,89); }
div.DivClassName
{
background-color: #D7A459;
}
.BgClassName
{
background-color: #D7A459;
}
</style>
border-color css
<style>
span { border-color: #D7A459; }
span { border-color: rgb(215,164,89); }
td.TdClassName
{
border-color: #D7A459;
}
.TagClassName
{
border-color: #D7A459;
}
</style>