Shades of Apache #D7A259
Tints of Apache #D7A259
RGB
CMYK
RGB Variations
Color information
#D7A259 (or 0xD7A259) is known color: Apache. HEX triplet: D7, A2 and 59. RGB value is (215,162,89). Sum of RGB (Red+Green+Blue) = 215+162+89=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A259 is #285DA6. Grayscale: #A9A9A9. Windows color (decimal): -2645415 or 5874391. OLE color: 5874391.
HSL color Cylindrical-coordinate representation of color #D7A259: hue angle of 34.76º 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 #D7A259 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 162 | 89 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.16 |
| HSL | 34.76º | 0.61% | 0.6% | - |
| HSV(B) | 34.76º | 0.59% | 0.84% | - |
| XYZ | 42.75 | 41.01 | 15.11 | - |
| YUV | 169.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 162 | 89 | 0 | 0.25 | 0.59 | 0.16 | 34.76 | 0.61 | 0.6 |
| Hex | D7 | A2 | 59 | 0 | 19 | 3B | 10 | 23 | 3D | 3C |
| Octal | 327 | 242 | 131 | 0 | 31 | 73 | 20 | 43 | 75 | 74 |
| Binary | 11010111 | 10100010 | 1011001 | 0 | 11001 | 111011 | 10000 | 100011 | 111101 | 111100 |
Color Harmonies of #D7A259
Complementary color
Monochromatic Colors of #D7A259
Black with #D7A259
Text Example
Text Example
White with #D7A259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A259; }
p { color: rgb(215,162,89); }
H1.HeaderClassName
{
color: #D7A259;
}
.AnyTagClassName
{
color: #D7A259;
}
</style>
background-color css
<style>
a { background-color: #D7A259; }
a { background-color: rgb(215,162,89); }
div.DivClassName
{
background-color: #D7A259;
}
.BgClassName
{
background-color: #D7A259;
}
</style>
border-color css
<style>
span { border-color: #D7A259; }
span { border-color: rgb(215,162,89); }
td.TdClassName
{
border-color: #D7A259;
}
.TagClassName
{
border-color: #D7A259;
}
</style>