Shades of Apache #D5AF59
Tints of Apache #D5AF59
RGB
CMYK
RGB Variations
Color information
#D5AF59 (or 0xD5AF59) is known color: Apache. HEX triplet: D5, AF and 59. RGB value is (213,175,89). Sum of RGB (Red+Green+Blue) = 213+175+89=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF59 is #2A50A6. Grayscale: #B0B0B0. Windows color (decimal): -2773159 or 5877717. OLE color: 5877717.
HSL color Cylindrical-coordinate representation of color #D5AF59: hue angle of 41.61º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5AF59 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 89 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.16 |
| HSL | 41.61º | 0.6% | 0.59% | - |
| HSV(B) | 41.61º | 0.58% | 0.84% | - |
| XYZ | 44.57 | 45.53 | 15.89 | - |
| YUV | 176.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 89 | 0 | 0.18 | 0.58 | 0.16 | 41.61 | 0.6 | 0.59 |
| Hex | D5 | AF | 59 | 0 | 12 | 3A | 10 | 2A | 3C | 3B |
| Octal | 325 | 257 | 131 | 0 | 22 | 72 | 20 | 52 | 74 | 73 |
| Binary | 11010101 | 10101111 | 1011001 | 0 | 10010 | 111010 | 10000 | 101010 | 111100 | 111011 |
Color Harmonies of #D5AF59
Complementary color
Monochromatic Colors of #D5AF59
Black with #D5AF59
Text Example
Text Example
White with #D5AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF59; }
p { color: rgb(213,175,89); }
H1.HeaderClassName
{
color: #D5AF59;
}
.AnyTagClassName
{
color: #D5AF59;
}
</style>
background-color css
<style>
a { background-color: #D5AF59; }
a { background-color: rgb(213,175,89); }
div.DivClassName
{
background-color: #D5AF59;
}
.BgClassName
{
background-color: #D5AF59;
}
</style>
border-color css
<style>
span { border-color: #D5AF59; }
span { border-color: rgb(213,175,89); }
td.TdClassName
{
border-color: #D5AF59;
}
.TagClassName
{
border-color: #D5AF59;
}
</style>