Shades of Apache #D5A358
Tints of Apache #D5A358
RGB
CMYK
RGB Variations
Color information
#D5A358 (or 0xD5A358) is known color: Apache. HEX triplet: D5, A3 and 58. RGB value is (213,163,88). Sum of RGB (Red+Green+Blue) = 213+163+88=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A358 is #2A5CA7. Grayscale: #A9A9A9. Windows color (decimal): -2776232 or 5809109. OLE color: 5809109.
HSL color Cylindrical-coordinate representation of color #D5A358: hue angle of 36º 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 #D5A358 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 88 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.16 |
| HSL | 36º | 0.6% | 0.59% | - |
| HSV(B) | 36º | 0.59% | 0.84% | - |
| XYZ | 42.3 | 41.05 | 14.93 | - |
| YUV | 169.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 88 | 0 | 0.23 | 0.59 | 0.16 | 36 | 0.6 | 0.59 |
| Hex | D5 | A3 | 58 | 0 | 17 | 3B | 10 | 24 | 3C | 3B |
| Octal | 325 | 243 | 130 | 0 | 27 | 73 | 20 | 44 | 74 | 73 |
| Binary | 11010101 | 10100011 | 1011000 | 0 | 10111 | 111011 | 10000 | 100100 | 111100 | 111011 |
Color Harmonies of #D5A358
Complementary color
Monochromatic Colors of #D5A358
Black with #D5A358
Text Example
Text Example
White with #D5A358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A358; }
p { color: rgb(213,163,88); }
H1.HeaderClassName
{
color: #D5A358;
}
.AnyTagClassName
{
color: #D5A358;
}
</style>
background-color css
<style>
a { background-color: #D5A358; }
a { background-color: rgb(213,163,88); }
div.DivClassName
{
background-color: #D5A358;
}
.BgClassName
{
background-color: #D5A358;
}
</style>
border-color css
<style>
span { border-color: #D5A358; }
span { border-color: rgb(213,163,88); }
td.TdClassName
{
border-color: #D5A358;
}
.TagClassName
{
border-color: #D5A358;
}
</style>