Shades of Apache #D2A459
Tints of Apache #D2A459
RGB
CMYK
RGB Variations
Color information
#D2A459 (or 0xD2A459) is known color: Apache. HEX triplet: D2, A4 and 59. RGB value is (210,164,89). Sum of RGB (Red+Green+Blue) = 210+164+89=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A459 is #2D5BA6. Grayscale: #A9A9A9. Windows color (decimal): -2972583 or 5874898. OLE color: 5874898.
HSL color Cylindrical-coordinate representation of color #D2A459: hue angle of 37.19º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2A459 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 89 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.18 |
| HSL | 37.19º | 0.57% | 0.59% | - |
| HSV(B) | 37.19º | 0.58% | 0.82% | - |
| XYZ | 41.66 | 40.97 | 15.16 | - |
| YUV | 169.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 89 | 0 | 0.22 | 0.58 | 0.18 | 37.19 | 0.57 | 0.59 |
| Hex | D2 | A4 | 59 | 0 | 16 | 3A | 12 | 25 | 39 | 3B |
| Octal | 322 | 244 | 131 | 0 | 26 | 72 | 22 | 45 | 71 | 73 |
| Binary | 11010010 | 10100100 | 1011001 | 0 | 10110 | 111010 | 10010 | 100101 | 111001 | 111011 |
Color Harmonies of #D2A459
Complementary color
Monochromatic Colors of #D2A459
Black with #D2A459
Text Example
Text Example
White with #D2A459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A459; }
p { color: rgb(210,164,89); }
H1.HeaderClassName
{
color: #D2A459;
}
.AnyTagClassName
{
color: #D2A459;
}
</style>
background-color css
<style>
a { background-color: #D2A459; }
a { background-color: rgb(210,164,89); }
div.DivClassName
{
background-color: #D2A459;
}
.BgClassName
{
background-color: #D2A459;
}
</style>
border-color css
<style>
span { border-color: #D2A459; }
span { border-color: rgb(210,164,89); }
td.TdClassName
{
border-color: #D2A459;
}
.TagClassName
{
border-color: #D2A459;
}
</style>