Shades of Apache #D5AF58
Tints of Apache #D5AF58
RGB
CMYK
RGB Variations
Color information
#D5AF58 (or 0xD5AF58) is known color: Apache. HEX triplet: D5, AF and 58. RGB value is (213,175,88). Sum of RGB (Red+Green+Blue) = 213+175+88=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF58 is #2A50A7. Grayscale: #B0B0B0. Windows color (decimal): -2773160 or 5812181. OLE color: 5812181.
HSL color Cylindrical-coordinate representation of color #D5AF58: hue angle of 41.76º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5AF58 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 88 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.16 |
| HSL | 41.76º | 0.6% | 0.59% | - |
| HSV(B) | 41.76º | 0.59% | 0.84% | - |
| XYZ | 44.53 | 45.51 | 15.67 | - |
| YUV | 176.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 88 | 0 | 0.18 | 0.59 | 0.16 | 41.76 | 0.6 | 0.59 |
| Hex | D5 | AF | 58 | 0 | 12 | 3B | 10 | 2A | 3C | 3B |
| Octal | 325 | 257 | 130 | 0 | 22 | 73 | 20 | 52 | 74 | 73 |
| Binary | 11010101 | 10101111 | 1011000 | 0 | 10010 | 111011 | 10000 | 101010 | 111100 | 111011 |
Color Harmonies of #D5AF58
Complementary color
Monochromatic Colors of #D5AF58
Black with #D5AF58
Text Example
Text Example
White with #D5AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF58; }
p { color: rgb(213,175,88); }
H1.HeaderClassName
{
color: #D5AF58;
}
.AnyTagClassName
{
color: #D5AF58;
}
</style>
background-color css
<style>
a { background-color: #D5AF58; }
a { background-color: rgb(213,175,88); }
div.DivClassName
{
background-color: #D5AF58;
}
.BgClassName
{
background-color: #D5AF58;
}
</style>
border-color css
<style>
span { border-color: #D5AF58; }
span { border-color: rgb(213,175,88); }
td.TdClassName
{
border-color: #D5AF58;
}
.TagClassName
{
border-color: #D5AF58;
}
</style>