Shades of Apache #D5A25E
Tints of Apache #D5A25E
RGB
CMYK
RGB Variations
Color information
#D5A25E (or 0xD5A25E) is known color: Apache. HEX triplet: D5, A2 and 5E. RGB value is (213,162,94). Sum of RGB (Red+Green+Blue) = 213+162+94=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A25E is #2A5DA1. Grayscale: #A9A9A9. Windows color (decimal): -2776482 or 6202069. OLE color: 6202069.
HSL color Cylindrical-coordinate representation of color #D5A25E: hue angle of 34.29º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5A25E is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 94 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.16 |
| HSL | 34.29º | 0.59% | 0.6% | - |
| HSV(B) | 34.29º | 0.56% | 0.84% | - |
| XYZ | 42.38 | 40.79 | 16.23 | - |
| YUV | 169.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 94 | 0 | 0.24 | 0.56 | 0.16 | 34.29 | 0.59 | 0.6 |
| Hex | D5 | A2 | 5E | 0 | 18 | 38 | 10 | 22 | 3B | 3C |
| Octal | 325 | 242 | 136 | 0 | 30 | 70 | 20 | 42 | 73 | 74 |
| Binary | 11010101 | 10100010 | 1011110 | 0 | 11000 | 111000 | 10000 | 100010 | 111011 | 111100 |
Color Harmonies of #D5A25E
Complementary color
Monochromatic Colors of #D5A25E
Black with #D5A25E
Text Example
Text Example
White with #D5A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A25E; }
p { color: rgb(213,162,94); }
H1.HeaderClassName
{
color: #D5A25E;
}
.AnyTagClassName
{
color: #D5A25E;
}
</style>
background-color css
<style>
a { background-color: #D5A25E; }
a { background-color: rgb(213,162,94); }
div.DivClassName
{
background-color: #D5A25E;
}
.BgClassName
{
background-color: #D5A25E;
}
</style>
border-color css
<style>
span { border-color: #D5A25E; }
span { border-color: rgb(213,162,94); }
td.TdClassName
{
border-color: #D5A25E;
}
.TagClassName
{
border-color: #D5A25E;
}
</style>