Shades of Apache #D9A458
Tints of Apache #D9A458
RGB
CMYK
RGB Variations
Color information
#D9A458 (or 0xD9A458) is known color: Apache. HEX triplet: D9, A4 and 58. RGB value is (217,164,88). Sum of RGB (Red+Green+Blue) = 217+164+88=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A458 is #265BA7. Grayscale: #ABABAB. Windows color (decimal): -2513832 or 5809369. OLE color: 5809369.
HSL color Cylindrical-coordinate representation of color #D9A458: hue angle of 35.35º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9A458 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 164 | 88 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.15 |
| HSL | 35.35º | 0.63% | 0.6% | - |
| HSV(B) | 35.35º | 0.59% | 0.85% | - |
| XYZ | 43.65 | 42.01 | 15.04 | - |
| YUV | 171.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 164 | 88 | 0 | 0.24 | 0.59 | 0.15 | 35.35 | 0.63 | 0.6 |
| Hex | D9 | A4 | 58 | 0 | 18 | 3B | F | 23 | 3F | 3C |
| Octal | 331 | 244 | 130 | 0 | 30 | 73 | 17 | 43 | 77 | 74 |
| Binary | 11011001 | 10100100 | 1011000 | 0 | 11000 | 111011 | 1111 | 100011 | 111111 | 111100 |
Color Harmonies of #D9A458
Complementary color
Monochromatic Colors of #D9A458
Black with #D9A458
Text Example
Text Example
White with #D9A458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A458; }
p { color: rgb(217,164,88); }
H1.HeaderClassName
{
color: #D9A458;
}
.AnyTagClassName
{
color: #D9A458;
}
</style>
background-color css
<style>
a { background-color: #D9A458; }
a { background-color: rgb(217,164,88); }
div.DivClassName
{
background-color: #D9A458;
}
.BgClassName
{
background-color: #D9A458;
}
</style>
border-color css
<style>
span { border-color: #D9A458; }
span { border-color: rgb(217,164,88); }
td.TdClassName
{
border-color: #D9A458;
}
.TagClassName
{
border-color: #D9A458;
}
</style>