Shades of Apache #D2A458
Tints of Apache #D2A458
RGB
CMYK
RGB Variations
Color information
#D2A458 (or 0xD2A458) is known color: Apache. HEX triplet: D2, A4 and 58. RGB value is (210,164,88). Sum of RGB (Red+Green+Blue) = 210+164+88=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A458 is #2D5BA7. Grayscale: #A9A9A9. Windows color (decimal): -2972584 or 5809362. OLE color: 5809362.
HSL color Cylindrical-coordinate representation of color #D2A458: hue angle of 37.38º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2A458 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 88 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.18 |
| HSL | 37.38º | 0.58% | 0.58% | - |
| HSV(B) | 37.38º | 0.58% | 0.82% | - |
| XYZ | 41.62 | 40.96 | 14.94 | - |
| YUV | 169.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 88 | 0 | 0.22 | 0.58 | 0.18 | 37.38 | 0.58 | 0.58 |
| Hex | D2 | A4 | 58 | 0 | 16 | 3A | 12 | 25 | 3A | 3A |
| Octal | 322 | 244 | 130 | 0 | 26 | 72 | 22 | 45 | 72 | 72 |
| Binary | 11010010 | 10100100 | 1011000 | 0 | 10110 | 111010 | 10010 | 100101 | 111010 | 111010 |
Color Harmonies of #D2A458
Complementary color
Monochromatic Colors of #D2A458
Black with #D2A458
Text Example
Text Example
White with #D2A458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A458; }
p { color: rgb(210,164,88); }
H1.HeaderClassName
{
color: #D2A458;
}
.AnyTagClassName
{
color: #D2A458;
}
</style>
background-color css
<style>
a { background-color: #D2A458; }
a { background-color: rgb(210,164,88); }
div.DivClassName
{
background-color: #D2A458;
}
.BgClassName
{
background-color: #D2A458;
}
</style>
border-color css
<style>
span { border-color: #D2A458; }
span { border-color: rgb(210,164,88); }
td.TdClassName
{
border-color: #D2A458;
}
.TagClassName
{
border-color: #D2A458;
}
</style>