Shades of Apache #D1AF61
Tints of Apache #D1AF61
RGB
CMYK
RGB Variations
Color information
#D1AF61 (or 0xD1AF61) is known color: Apache. HEX triplet: D1, AF and 61. RGB value is (209,175,97). Sum of RGB (Red+Green+Blue) = 209+175+97=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF61 is #2E509E. Grayscale: #B0B0B0. Windows color (decimal): -3035295 or 6402001. OLE color: 6402001.
HSL color Cylindrical-coordinate representation of color #D1AF61: hue angle of 41.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1AF61 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 175 | 97 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.18 |
| HSL | 41.79º | 0.55% | 0.6% | - |
| HSV(B) | 41.79º | 0.54% | 0.82% | - |
| XYZ | 43.78 | 45.08 | 17.7 | - |
| YUV | 176.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 97 | 0 | 0.16 | 0.54 | 0.18 | 41.79 | 0.55 | 0.6 |
| Hex | D1 | AF | 61 | 0 | 10 | 36 | 12 | 2A | 37 | 3C |
| Octal | 321 | 257 | 141 | 0 | 20 | 66 | 22 | 52 | 67 | 74 |
| Binary | 11010001 | 10101111 | 1100001 | 0 | 10000 | 110110 | 10010 | 101010 | 110111 | 111100 |
Color Harmonies of #D1AF61
Complementary color
Monochromatic Colors of #D1AF61
Black with #D1AF61
Text Example
Text Example
White with #D1AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AF61; }
p { color: rgb(209,175,97); }
H1.HeaderClassName
{
color: #D1AF61;
}
.AnyTagClassName
{
color: #D1AF61;
}
</style>
background-color css
<style>
a { background-color: #D1AF61; }
a { background-color: rgb(209,175,97); }
div.DivClassName
{
background-color: #D1AF61;
}
.BgClassName
{
background-color: #D1AF61;
}
</style>
border-color css
<style>
span { border-color: #D1AF61; }
span { border-color: rgb(209,175,97); }
td.TdClassName
{
border-color: #D1AF61;
}
.TagClassName
{
border-color: #D1AF61;
}
</style>