Shades of Apache #D1AF58
Tints of Apache #D1AF58
RGB
CMYK
RGB Variations
Color information
#D1AF58 (or 0xD1AF58) is known color: Apache. HEX triplet: D1, AF and 58. RGB value is (209,175,88). Sum of RGB (Red+Green+Blue) = 209+175+88=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF58 is #2E50A7. Grayscale: #AFAFAF. Windows color (decimal): -3035304 or 5812177. OLE color: 5812177.
HSL color Cylindrical-coordinate representation of color #D1AF58: hue angle of 43.14º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1AF58 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 88 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.18 |
| HSL | 43.14º | 0.57% | 0.58% | - |
| HSV(B) | 43.14º | 0.58% | 0.82% | - |
| XYZ | 43.39 | 44.92 | 15.62 | - |
| YUV | 175.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 88 | 0 | 0.16 | 0.58 | 0.18 | 43.14 | 0.57 | 0.58 |
| Hex | D1 | AF | 58 | 0 | 10 | 3A | 12 | 2B | 39 | 3A |
| Octal | 321 | 257 | 130 | 0 | 20 | 72 | 22 | 53 | 71 | 72 |
| Binary | 11010001 | 10101111 | 1011000 | 0 | 10000 | 111010 | 10010 | 101011 | 111001 | 111010 |
Color Harmonies of #D1AF58
Complementary color
Monochromatic Colors of #D1AF58
Black with #D1AF58
Text Example
Text Example
White with #D1AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF58; }
p { color: rgb(209,175,88); }
H1.HeaderClassName
{
color: #D1AF58;
}
.AnyTagClassName
{
color: #D1AF58;
}
</style>
background-color css
<style>
a { background-color: #D1AF58; }
a { background-color: rgb(209,175,88); }
div.DivClassName
{
background-color: #D1AF58;
}
.BgClassName
{
background-color: #D1AF58;
}
</style>
border-color css
<style>
span { border-color: #D1AF58; }
span { border-color: rgb(209,175,88); }
td.TdClassName
{
border-color: #D1AF58;
}
.TagClassName
{
border-color: #D1AF58;
}
</style>