Shades of Apache #D5A458
Tints of Apache #D5A458
RGB
CMYK
RGB Variations
Color information
#D5A458 (or 0xD5A458) is known color: Apache. HEX triplet: D5, A4 and 58. RGB value is (213,164,88). Sum of RGB (Red+Green+Blue) = 213+164+88=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A458 is #2A5BA7. Grayscale: #AAAAAA. Windows color (decimal): -2775976 or 5809365. OLE color: 5809365.
HSL color Cylindrical-coordinate representation of color #D5A458: hue angle of 36.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5A458 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 88 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.16 |
| HSL | 36.48º | 0.6% | 0.59% | - |
| HSV(B) | 36.48º | 0.59% | 0.84% | - |
| XYZ | 42.48 | 41.4 | 14.99 | - |
| YUV | 169.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 88 | 0 | 0.23 | 0.59 | 0.16 | 36.48 | 0.6 | 0.59 |
| Hex | D5 | A4 | 58 | 0 | 17 | 3B | 10 | 24 | 3C | 3B |
| Octal | 325 | 244 | 130 | 0 | 27 | 73 | 20 | 44 | 74 | 73 |
| Binary | 11010101 | 10100100 | 1011000 | 0 | 10111 | 111011 | 10000 | 100100 | 111100 | 111011 |
Color Harmonies of #D5A458
Complementary color
Monochromatic Colors of #D5A458
Black with #D5A458
Text Example
Text Example
White with #D5A458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A458; }
p { color: rgb(213,164,88); }
H1.HeaderClassName
{
color: #D5A458;
}
.AnyTagClassName
{
color: #D5A458;
}
</style>
background-color css
<style>
a { background-color: #D5A458; }
a { background-color: rgb(213,164,88); }
div.DivClassName
{
background-color: #D5A458;
}
.BgClassName
{
background-color: #D5A458;
}
</style>
border-color css
<style>
span { border-color: #D5A458; }
span { border-color: rgb(213,164,88); }
td.TdClassName
{
border-color: #D5A458;
}
.TagClassName
{
border-color: #D5A458;
}
</style>