Shades of Apache #D7AD59
Tints of Apache #D7AD59
RGB
CMYK
RGB Variations
Color information
#D7AD59 (or 0xD7AD59) is known color: Apache. HEX triplet: D7, AD and 59. RGB value is (215,173,89). Sum of RGB (Red+Green+Blue) = 215+173+89=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD59 is #2852A6. Grayscale: #B0B0B0. Windows color (decimal): -2642599 or 5877207. OLE color: 5877207.
HSL color Cylindrical-coordinate representation of color #D7AD59: hue angle of 40º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7AD59 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 89 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.16 |
| HSL | 40º | 0.61% | 0.6% | - |
| HSV(B) | 40º | 0.59% | 0.84% | - |
| XYZ | 44.77 | 45.06 | 15.79 | - |
| YUV | 175.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 89 | 0 | 0.20 | 0.59 | 0.16 | 40 | 0.61 | 0.6 |
| Hex | D7 | AD | 59 | 0 | 14 | 3B | 10 | 28 | 3D | 3C |
| Octal | 327 | 255 | 131 | 0 | 24 | 73 | 20 | 50 | 75 | 74 |
| Binary | 11010111 | 10101101 | 1011001 | 0 | 10100 | 111011 | 10000 | 101000 | 111101 | 111100 |
Color Harmonies of #D7AD59
Complementary color
Monochromatic Colors of #D7AD59
Black with #D7AD59
Text Example
Text Example
White with #D7AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD59; }
p { color: rgb(215,173,89); }
H1.HeaderClassName
{
color: #D7AD59;
}
.AnyTagClassName
{
color: #D7AD59;
}
</style>
background-color css
<style>
a { background-color: #D7AD59; }
a { background-color: rgb(215,173,89); }
div.DivClassName
{
background-color: #D7AD59;
}
.BgClassName
{
background-color: #D7AD59;
}
</style>
border-color css
<style>
span { border-color: #D7AD59; }
span { border-color: rgb(215,173,89); }
td.TdClassName
{
border-color: #D7AD59;
}
.TagClassName
{
border-color: #D7AD59;
}
</style>