Shades of Apache #D5A15D
Tints of Apache #D5A15D
RGB
CMYK
RGB Variations
Color information
#D5A15D (or 0xD5A15D) is known color: Apache. HEX triplet: D5, A1 and 5D. RGB value is (213,161,93). Sum of RGB (Red+Green+Blue) = 213+161+93=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A15D is #2A5EA2. Grayscale: #A9A9A9. Windows color (decimal): -2776739 or 6136277. OLE color: 6136277.
HSL color Cylindrical-coordinate representation of color #D5A15D: hue angle of 34º 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 #D5A15D is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 93 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.16 |
| HSL | 34º | 0.59% | 0.6% | - |
| HSV(B) | 34º | 0.56% | 0.84% | - |
| XYZ | 42.16 | 40.43 | 15.94 | - |
| YUV | 168.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 93 | 0 | 0.24 | 0.56 | 0.16 | 34 | 0.59 | 0.6 |
| Hex | D5 | A1 | 5D | 0 | 18 | 38 | 10 | 22 | 3B | 3C |
| Octal | 325 | 241 | 135 | 0 | 30 | 70 | 20 | 42 | 73 | 74 |
| Binary | 11010101 | 10100001 | 1011101 | 0 | 11000 | 111000 | 10000 | 100010 | 111011 | 111100 |
Color Harmonies of #D5A15D
Complementary color
Monochromatic Colors of #D5A15D
Black with #D5A15D
Text Example
Text Example
White with #D5A15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A15D; }
p { color: rgb(213,161,93); }
H1.HeaderClassName
{
color: #D5A15D;
}
.AnyTagClassName
{
color: #D5A15D;
}
</style>
background-color css
<style>
a { background-color: #D5A15D; }
a { background-color: rgb(213,161,93); }
div.DivClassName
{
background-color: #D5A15D;
}
.BgClassName
{
background-color: #D5A15D;
}
</style>
border-color css
<style>
span { border-color: #D5A15D; }
span { border-color: rgb(213,161,93); }
td.TdClassName
{
border-color: #D5A15D;
}
.TagClassName
{
border-color: #D5A15D;
}
</style>