Shades of Apache #D1AF59
Tints of Apache #D1AF59
RGB
CMYK
RGB Variations
Color information
#D1AF59 (or 0xD1AF59) is known color: Apache. HEX triplet: D1, AF and 59. RGB value is (209,175,89). Sum of RGB (Red+Green+Blue) = 209+175+89=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF59 is #2E50A6. Grayscale: #AFAFAF. Windows color (decimal): -3035303 or 5877713. OLE color: 5877713.
HSL color Cylindrical-coordinate representation of color #D1AF59: hue angle of 43º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1AF59 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 89 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.18 |
| HSL | 43º | 0.57% | 0.58% | - |
| HSV(B) | 43º | 0.57% | 0.82% | - |
| XYZ | 43.43 | 44.94 | 15.84 | - |
| YUV | 175.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 89 | 0 | 0.16 | 0.57 | 0.18 | 43 | 0.57 | 0.58 |
| Hex | D1 | AF | 59 | 0 | 10 | 39 | 12 | 2B | 39 | 3A |
| Octal | 321 | 257 | 131 | 0 | 20 | 71 | 22 | 53 | 71 | 72 |
| Binary | 11010001 | 10101111 | 1011001 | 0 | 10000 | 111001 | 10010 | 101011 | 111001 | 111010 |
Color Harmonies of #D1AF59
Complementary color
Monochromatic Colors of #D1AF59
Black with #D1AF59
Text Example
Text Example
White with #D1AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF59; }
p { color: rgb(209,175,89); }
H1.HeaderClassName
{
color: #D1AF59;
}
.AnyTagClassName
{
color: #D1AF59;
}
</style>
background-color css
<style>
a { background-color: #D1AF59; }
a { background-color: rgb(209,175,89); }
div.DivClassName
{
background-color: #D1AF59;
}
.BgClassName
{
background-color: #D1AF59;
}
</style>
border-color css
<style>
span { border-color: #D1AF59; }
span { border-color: rgb(209,175,89); }
td.TdClassName
{
border-color: #D1AF59;
}
.TagClassName
{
border-color: #D1AF59;
}
</style>