Shades of Apache #D7A65D
Tints of Apache #D7A65D
RGB
CMYK
RGB Variations
Color information
#D7A65D (or 0xD7A65D) is known color: Apache. HEX triplet: D7, A6 and 5D. RGB value is (215,166,93). Sum of RGB (Red+Green+Blue) = 215+166+93=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A65D is #2859A2. Grayscale: #ACACAC. Windows color (decimal): -2644387 or 6137559. OLE color: 6137559.
HSL color Cylindrical-coordinate representation of color #D7A65D: hue angle of 35.9º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7A65D is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 166 | 93 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.16 |
| HSL | 35.9º | 0.6% | 0.6% | - |
| HSV(B) | 35.9º | 0.57% | 0.84% | - |
| XYZ | 43.64 | 42.51 | 16.26 | - |
| YUV | 172.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 166 | 93 | 0 | 0.23 | 0.57 | 0.16 | 35.9 | 0.6 | 0.6 |
| Hex | D7 | A6 | 5D | 0 | 17 | 39 | 10 | 24 | 3C | 3C |
| Octal | 327 | 246 | 135 | 0 | 27 | 71 | 20 | 44 | 74 | 74 |
| Binary | 11010111 | 10100110 | 1011101 | 0 | 10111 | 111001 | 10000 | 100100 | 111100 | 111100 |
Color Harmonies of #D7A65D
Complementary color
Monochromatic Colors of #D7A65D
Black with #D7A65D
Text Example
Text Example
White with #D7A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A65D; }
p { color: rgb(215,166,93); }
H1.HeaderClassName
{
color: #D7A65D;
}
.AnyTagClassName
{
color: #D7A65D;
}
</style>
background-color css
<style>
a { background-color: #D7A65D; }
a { background-color: rgb(215,166,93); }
div.DivClassName
{
background-color: #D7A65D;
}
.BgClassName
{
background-color: #D7A65D;
}
</style>
border-color css
<style>
span { border-color: #D7A65D; }
span { border-color: rgb(215,166,93); }
td.TdClassName
{
border-color: #D7A65D;
}
.TagClassName
{
border-color: #D7A65D;
}
</style>