Shades of Apache #D7A35D
Tints of Apache #D7A35D
RGB
CMYK
RGB Variations
Color information
#D7A35D (or 0xD7A35D) is known color: Apache. HEX triplet: D7, A3 and 5D. RGB value is (215,163,93). Sum of RGB (Red+Green+Blue) = 215+163+93=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A35D is #285CA2. Grayscale: #AAAAAA. Windows color (decimal): -2645155 or 6136791. OLE color: 6136791.
HSL color Cylindrical-coordinate representation of color #D7A35D: hue angle of 34.43º 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 #D7A35D is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 93 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.16 |
| HSL | 34.43º | 0.6% | 0.6% | - |
| HSV(B) | 34.43º | 0.57% | 0.84% | - |
| XYZ | 43.1 | 41.43 | 16.08 | - |
| YUV | 170.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 93 | 0 | 0.24 | 0.57 | 0.16 | 34.43 | 0.6 | 0.6 |
| Hex | D7 | A3 | 5D | 0 | 18 | 39 | 10 | 22 | 3C | 3C |
| Octal | 327 | 243 | 135 | 0 | 30 | 71 | 20 | 42 | 74 | 74 |
| Binary | 11010111 | 10100011 | 1011101 | 0 | 11000 | 111001 | 10000 | 100010 | 111100 | 111100 |
Color Harmonies of #D7A35D
Complementary color
Monochromatic Colors of #D7A35D
Black with #D7A35D
Text Example
Text Example
White with #D7A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A35D; }
p { color: rgb(215,163,93); }
H1.HeaderClassName
{
color: #D7A35D;
}
.AnyTagClassName
{
color: #D7A35D;
}
</style>
background-color css
<style>
a { background-color: #D7A35D; }
a { background-color: rgb(215,163,93); }
div.DivClassName
{
background-color: #D7A35D;
}
.BgClassName
{
background-color: #D7A35D;
}
</style>
border-color css
<style>
span { border-color: #D7A35D; }
span { border-color: rgb(215,163,93); }
td.TdClassName
{
border-color: #D7A35D;
}
.TagClassName
{
border-color: #D7A35D;
}
</style>