Shades of Apache #D7A95D
Tints of Apache #D7A95D
RGB
CMYK
RGB Variations
Color information
#D7A95D (or 0xD7A95D) is known color: Apache. HEX triplet: D7, A9 and 5D. RGB value is (215,169,93). Sum of RGB (Red+Green+Blue) = 215+169+93=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A95D is #2856A2. Grayscale: #AEAEAE. Windows color (decimal): -2643619 or 6138327. OLE color: 6138327.
HSL color Cylindrical-coordinate representation of color #D7A95D: hue angle of 37.38º 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 #D7A95D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 169 | 93 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.16 |
| HSL | 37.38º | 0.6% | 0.6% | - |
| HSV(B) | 37.38º | 0.57% | 0.84% | - |
| XYZ | 44.19 | 43.61 | 16.45 | - |
| YUV | 174.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 93 | 0 | 0.21 | 0.57 | 0.16 | 37.38 | 0.6 | 0.6 |
| Hex | D7 | A9 | 5D | 0 | 15 | 39 | 10 | 25 | 3C | 3C |
| Octal | 327 | 251 | 135 | 0 | 25 | 71 | 20 | 45 | 74 | 74 |
| Binary | 11010111 | 10101001 | 1011101 | 0 | 10101 | 111001 | 10000 | 100101 | 111100 | 111100 |
Color Harmonies of #D7A95D
Complementary color
Monochromatic Colors of #D7A95D
Black with #D7A95D
Text Example
Text Example
White with #D7A95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A95D; }
p { color: rgb(215,169,93); }
H1.HeaderClassName
{
color: #D7A95D;
}
.AnyTagClassName
{
color: #D7A95D;
}
</style>
background-color css
<style>
a { background-color: #D7A95D; }
a { background-color: rgb(215,169,93); }
div.DivClassName
{
background-color: #D7A95D;
}
.BgClassName
{
background-color: #D7A95D;
}
</style>
border-color css
<style>
span { border-color: #D7A95D; }
span { border-color: rgb(215,169,93); }
td.TdClassName
{
border-color: #D7A95D;
}
.TagClassName
{
border-color: #D7A95D;
}
</style>