Shades of Apache #D4AF58
Tints of Apache #D4AF58
RGB
CMYK
RGB Variations
Color information
#D4AF58 (or 0xD4AF58) is known color: Apache. HEX triplet: D4, AF and 58. RGB value is (212,175,88). Sum of RGB (Red+Green+Blue) = 212+175+88=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF58 is #2B50A7. Grayscale: #B0B0B0. Windows color (decimal): -2838696 or 5812180. OLE color: 5812180.
HSL color Cylindrical-coordinate representation of color #D4AF58: hue angle of 42.1º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4AF58 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 88 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.17 |
| HSL | 42.1º | 0.59% | 0.59% | - |
| HSV(B) | 42.1º | 0.58% | 0.83% | - |
| XYZ | 44.24 | 45.36 | 15.66 | - |
| YUV | 176.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 88 | 0 | 0.17 | 0.58 | 0.17 | 42.1 | 0.59 | 0.59 |
| Hex | D4 | AF | 58 | 0 | 11 | 3A | 11 | 2A | 3B | 3B |
| Octal | 324 | 257 | 130 | 0 | 21 | 72 | 21 | 52 | 73 | 73 |
| Binary | 11010100 | 10101111 | 1011000 | 0 | 10001 | 111010 | 10001 | 101010 | 111011 | 111011 |
Color Harmonies of #D4AF58
Complementary color
Monochromatic Colors of #D4AF58
Black with #D4AF58
Text Example
Text Example
White with #D4AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF58; }
p { color: rgb(212,175,88); }
H1.HeaderClassName
{
color: #D4AF58;
}
.AnyTagClassName
{
color: #D4AF58;
}
</style>
background-color css
<style>
a { background-color: #D4AF58; }
a { background-color: rgb(212,175,88); }
div.DivClassName
{
background-color: #D4AF58;
}
.BgClassName
{
background-color: #D4AF58;
}
</style>
border-color css
<style>
span { border-color: #D4AF58; }
span { border-color: rgb(212,175,88); }
td.TdClassName
{
border-color: #D4AF58;
}
.TagClassName
{
border-color: #D4AF58;
}
</style>