Shades of Apache #D6AD59
Tints of Apache #D6AD59
RGB
CMYK
RGB Variations
Color information
#D6AD59 (or 0xD6AD59) is known color: Apache. HEX triplet: D6, AD and 59. RGB value is (214,173,89). Sum of RGB (Red+Green+Blue) = 214+173+89=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD59 is #2952A6. Grayscale: #B0B0B0. Windows color (decimal): -2708135 or 5877206. OLE color: 5877206.
HSL color Cylindrical-coordinate representation of color #D6AD59: hue angle of 40.32º 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 #D6AD59 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 89 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.16 |
| HSL | 40.32º | 0.6% | 0.59% | - |
| HSV(B) | 40.32º | 0.58% | 0.84% | - |
| XYZ | 44.48 | 44.9 | 15.77 | - |
| YUV | 175.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 89 | 0 | 0.19 | 0.58 | 0.16 | 40.32 | 0.6 | 0.59 |
| Hex | D6 | AD | 59 | 0 | 13 | 3A | 10 | 28 | 3C | 3B |
| Octal | 326 | 255 | 131 | 0 | 23 | 72 | 20 | 50 | 74 | 73 |
| Binary | 11010110 | 10101101 | 1011001 | 0 | 10011 | 111010 | 10000 | 101000 | 111100 | 111011 |
Color Harmonies of #D6AD59
Complementary color
Monochromatic Colors of #D6AD59
Black with #D6AD59
Text Example
Text Example
White with #D6AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD59; }
p { color: rgb(214,173,89); }
H1.HeaderClassName
{
color: #D6AD59;
}
.AnyTagClassName
{
color: #D6AD59;
}
</style>
background-color css
<style>
a { background-color: #D6AD59; }
a { background-color: rgb(214,173,89); }
div.DivClassName
{
background-color: #D6AD59;
}
.BgClassName
{
background-color: #D6AD59;
}
</style>
border-color css
<style>
span { border-color: #D6AD59; }
span { border-color: rgb(214,173,89); }
td.TdClassName
{
border-color: #D6AD59;
}
.TagClassName
{
border-color: #D6AD59;
}
</style>