Shades of Apache #D1AF52
Tints of Apache #D1AF52
RGB
CMYK
RGB Variations
Color information
#D1AF52 (or 0xD1AF52) is known color: Apache. HEX triplet: D1, AF and 52. RGB value is (209,175,82). Sum of RGB (Red+Green+Blue) = 209+175+82=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF52 is #2E50AD. Grayscale: #AEAEAE. Windows color (decimal): -3035310 or 5418961. OLE color: 5418961.
HSL color Cylindrical-coordinate representation of color #D1AF52: hue angle of 43.94º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1AF52 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 82 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.18 |
| HSL | 43.94º | 0.58% | 0.57% | - |
| HSV(B) | 43.94º | 0.61% | 0.82% | - |
| XYZ | 43.15 | 44.82 | 14.36 | - |
| YUV | 174.56 | 75.76 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 82 | 0 | 0.16 | 0.61 | 0.18 | 43.94 | 0.58 | 0.57 |
| Hex | D1 | AF | 52 | 0 | 10 | 3D | 12 | 2C | 3A | 39 |
| Octal | 321 | 257 | 122 | 0 | 20 | 75 | 22 | 54 | 72 | 71 |
| Binary | 11010001 | 10101111 | 1010010 | 0 | 10000 | 111101 | 10010 | 101100 | 111010 | 111001 |
Color Harmonies of #D1AF52
Complementary color
Monochromatic Colors of #D1AF52
Black with #D1AF52
Text Example
Text Example
White with #D1AF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF52; }
p { color: rgb(209,175,82); }
H1.HeaderClassName
{
color: #D1AF52;
}
.AnyTagClassName
{
color: #D1AF52;
}
</style>
background-color css
<style>
a { background-color: #D1AF52; }
a { background-color: rgb(209,175,82); }
div.DivClassName
{
background-color: #D1AF52;
}
.BgClassName
{
background-color: #D1AF52;
}
</style>
border-color css
<style>
span { border-color: #D1AF52; }
span { border-color: rgb(209,175,82); }
td.TdClassName
{
border-color: #D1AF52;
}
.TagClassName
{
border-color: #D1AF52;
}
</style>