Shades of Apache #D5A55F
Tints of Apache #D5A55F
RGB
CMYK
RGB Variations
Color information
#D5A55F (or 0xD5A55F) is known color: Apache. HEX triplet: D5, A5 and 5F. RGB value is (213,165,95). Sum of RGB (Red+Green+Blue) = 213+165+95=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A55F is #2A5AA0. Grayscale: #ABABAB. Windows color (decimal): -2775713 or 6268373. OLE color: 6268373.
HSL color Cylindrical-coordinate representation of color #D5A55F: hue angle of 35.59º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5A55F is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 95 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.16 |
| HSL | 35.59º | 0.58% | 0.6% | - |
| HSV(B) | 35.59º | 0.55% | 0.84% | - |
| XYZ | 42.96 | 41.88 | 16.65 | - |
| YUV | 171.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 95 | 0 | 0.23 | 0.55 | 0.16 | 35.59 | 0.58 | 0.6 |
| Hex | D5 | A5 | 5F | 0 | 17 | 37 | 10 | 24 | 3A | 3C |
| Octal | 325 | 245 | 137 | 0 | 27 | 67 | 20 | 44 | 72 | 74 |
| Binary | 11010101 | 10100101 | 1011111 | 0 | 10111 | 110111 | 10000 | 100100 | 111010 | 111100 |
Color Harmonies of #D5A55F
Complementary color
Monochromatic Colors of #D5A55F
Black with #D5A55F
Text Example
Text Example
White with #D5A55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A55F; }
p { color: rgb(213,165,95); }
H1.HeaderClassName
{
color: #D5A55F;
}
.AnyTagClassName
{
color: #D5A55F;
}
</style>
background-color css
<style>
a { background-color: #D5A55F; }
a { background-color: rgb(213,165,95); }
div.DivClassName
{
background-color: #D5A55F;
}
.BgClassName
{
background-color: #D5A55F;
}
</style>
border-color css
<style>
span { border-color: #D5A55F; }
span { border-color: rgb(213,165,95); }
td.TdClassName
{
border-color: #D5A55F;
}
.TagClassName
{
border-color: #D5A55F;
}
</style>