Shades of Apache #D6A458
Tints of Apache #D6A458
RGB
CMYK
RGB Variations
Color information
#D6A458 (or 0xD6A458) is known color: Apache. HEX triplet: D6, A4 and 58. RGB value is (214,164,88). Sum of RGB (Red+Green+Blue) = 214+164+88=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A458 is #295BA7. Grayscale: #AAAAAA. Windows color (decimal): -2710440 or 5809366. OLE color: 5809366.
HSL color Cylindrical-coordinate representation of color #D6A458: hue angle of 36.19º degrees, saturation: 0.61, 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 #D6A458 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 88 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.16 |
| HSL | 36.19º | 0.61% | 0.59% | - |
| HSV(B) | 36.19º | 0.59% | 0.84% | - |
| XYZ | 42.77 | 41.55 | 15 | - |
| YUV | 170.29 | 81.57 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 88 | 0 | 0.23 | 0.59 | 0.16 | 36.19 | 0.61 | 0.59 |
| Hex | D6 | A4 | 58 | 0 | 17 | 3B | 10 | 24 | 3D | 3B |
| Octal | 326 | 244 | 130 | 0 | 27 | 73 | 20 | 44 | 75 | 73 |
| Binary | 11010110 | 10100100 | 1011000 | 0 | 10111 | 111011 | 10000 | 100100 | 111101 | 111011 |
Color Harmonies of #D6A458
Complementary color
Monochromatic Colors of #D6A458
Black with #D6A458
Text Example
Text Example
White with #D6A458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A458; }
p { color: rgb(214,164,88); }
H1.HeaderClassName
{
color: #D6A458;
}
.AnyTagClassName
{
color: #D6A458;
}
</style>
background-color css
<style>
a { background-color: #D6A458; }
a { background-color: rgb(214,164,88); }
div.DivClassName
{
background-color: #D6A458;
}
.BgClassName
{
background-color: #D6A458;
}
</style>
border-color css
<style>
span { border-color: #D6A458; }
span { border-color: rgb(214,164,88); }
td.TdClassName
{
border-color: #D6A458;
}
.TagClassName
{
border-color: #D6A458;
}
</style>