Shades of Apache #D5A45F
Tints of Apache #D5A45F
RGB
CMYK
RGB Variations
Color information
#D5A45F (or 0xD5A45F) is known color: Apache. HEX triplet: D5, A4 and 5F. RGB value is (213,164,95). Sum of RGB (Red+Green+Blue) = 213+164+95=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A45F is #2A5BA0. Grayscale: #ABABAB. Windows color (decimal): -2775969 or 6268117. OLE color: 6268117.
HSL color Cylindrical-coordinate representation of color #D5A45F: hue angle of 35.08º 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 #D5A45F is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 95 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.16 |
| HSL | 35.08º | 0.58% | 0.6% | - |
| HSV(B) | 35.08º | 0.55% | 0.84% | - |
| XYZ | 42.78 | 41.52 | 16.59 | - |
| YUV | 170.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 95 | 0 | 0.23 | 0.55 | 0.16 | 35.08 | 0.58 | 0.6 |
| Hex | D5 | A4 | 5F | 0 | 17 | 37 | 10 | 23 | 3A | 3C |
| Octal | 325 | 244 | 137 | 0 | 27 | 67 | 20 | 43 | 72 | 74 |
| Binary | 11010101 | 10100100 | 1011111 | 0 | 10111 | 110111 | 10000 | 100011 | 111010 | 111100 |
Color Harmonies of #D5A45F
Complementary color
Monochromatic Colors of #D5A45F
Black with #D5A45F
Text Example
Text Example
White with #D5A45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A45F; }
p { color: rgb(213,164,95); }
H1.HeaderClassName
{
color: #D5A45F;
}
.AnyTagClassName
{
color: #D5A45F;
}
</style>
background-color css
<style>
a { background-color: #D5A45F; }
a { background-color: rgb(213,164,95); }
div.DivClassName
{
background-color: #D5A45F;
}
.BgClassName
{
background-color: #D5A45F;
}
</style>
border-color css
<style>
span { border-color: #D5A45F; }
span { border-color: rgb(213,164,95); }
td.TdClassName
{
border-color: #D5A45F;
}
.TagClassName
{
border-color: #D5A45F;
}
</style>