Shades of Apache #D5AB55
Tints of Apache #D5AB55
RGB
CMYK
RGB Variations
Color information
#D5AB55 (or 0xD5AB55) is known color: Apache. HEX triplet: D5, AB and 55. RGB value is (213,171,85). Sum of RGB (Red+Green+Blue) = 213+171+85=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB55 is #2A54AA. Grayscale: #AEAEAE. Windows color (decimal): -2774187 or 5614549. OLE color: 5614549.
HSL color Cylindrical-coordinate representation of color #D5AB55: hue angle of 40.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5AB55 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 85 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.16 |
| HSL | 40.31º | 0.6% | 0.58% | - |
| HSV(B) | 40.31º | 0.6% | 0.84% | - |
| XYZ | 43.64 | 43.93 | 14.77 | - |
| YUV | 173.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 85 | 0 | 0.20 | 0.60 | 0.16 | 40.31 | 0.6 | 0.58 |
| Hex | D5 | AB | 55 | 0 | 14 | 3C | 10 | 28 | 3C | 3A |
| Octal | 325 | 253 | 125 | 0 | 24 | 74 | 20 | 50 | 74 | 72 |
| Binary | 11010101 | 10101011 | 1010101 | 0 | 10100 | 111100 | 10000 | 101000 | 111100 | 111010 |
Color Harmonies of #D5AB55
Complementary color
Monochromatic Colors of #D5AB55
Black with #D5AB55
Text Example
Text Example
White with #D5AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB55; }
p { color: rgb(213,171,85); }
H1.HeaderClassName
{
color: #D5AB55;
}
.AnyTagClassName
{
color: #D5AB55;
}
</style>
background-color css
<style>
a { background-color: #D5AB55; }
a { background-color: rgb(213,171,85); }
div.DivClassName
{
background-color: #D5AB55;
}
.BgClassName
{
background-color: #D5AB55;
}
</style>
border-color css
<style>
span { border-color: #D5AB55; }
span { border-color: rgb(213,171,85); }
td.TdClassName
{
border-color: #D5AB55;
}
.TagClassName
{
border-color: #D5AB55;
}
</style>