Shades of Apache #D6AF59
Tints of Apache #D6AF59
RGB
CMYK
RGB Variations
Color information
#D6AF59 (or 0xD6AF59) is known color: Apache. HEX triplet: D6, AF and 59. RGB value is (214,175,89). Sum of RGB (Red+Green+Blue) = 214+175+89=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 89 (35.16% from 255 or 18.62% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF59 is #2950A6. Grayscale: #B1B1B1. Windows color (decimal): -2707623 or 5877718. OLE color: 5877718.
HSL color Cylindrical-coordinate representation of color #D6AF59: hue angle of 41.28º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6AF59 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 89 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.16 |
| HSL | 41.28º | 0.6% | 0.59% | - |
| HSV(B) | 41.28º | 0.58% | 0.84% | - |
| XYZ | 44.86 | 45.68 | 15.9 | - |
| YUV | 176.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 89 | 0 | 0.18 | 0.58 | 0.16 | 41.28 | 0.6 | 0.59 |
| Hex | D6 | AF | 59 | 0 | 12 | 3A | 10 | 29 | 3C | 3B |
| Octal | 326 | 257 | 131 | 0 | 22 | 72 | 20 | 51 | 74 | 73 |
| Binary | 11010110 | 10101111 | 1011001 | 0 | 10010 | 111010 | 10000 | 101001 | 111100 | 111011 |
Color Harmonies of #D6AF59
Complementary color
Monochromatic Colors of #D6AF59
Black with #D6AF59
Text Example
Text Example
White with #D6AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF59; }
p { color: rgb(214,175,89); }
H1.HeaderClassName
{
color: #D6AF59;
}
.AnyTagClassName
{
color: #D6AF59;
}
</style>
background-color css
<style>
a { background-color: #D6AF59; }
a { background-color: rgb(214,175,89); }
div.DivClassName
{
background-color: #D6AF59;
}
.BgClassName
{
background-color: #D6AF59;
}
</style>
border-color css
<style>
span { border-color: #D6AF59; }
span { border-color: rgb(214,175,89); }
td.TdClassName
{
border-color: #D6AF59;
}
.TagClassName
{
border-color: #D6AF59;
}
</style>