Shades of Apache #D7A35B
Tints of Apache #D7A35B
RGB
CMYK
RGB Variations
Color information
#D7A35B (or 0xD7A35B) is known color: Apache. HEX triplet: D7, A3 and 5B. RGB value is (215,163,91). Sum of RGB (Red+Green+Blue) = 215+163+91=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A35B is #285CA4. Grayscale: #AAAAAA. Windows color (decimal): -2645157 or 6005719. OLE color: 6005719.
HSL color Cylindrical-coordinate representation of color #D7A35B: hue angle of 34.84º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7A35B is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 163 | 91 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.16 |
| HSL | 34.84º | 0.61% | 0.6% | - |
| HSV(B) | 34.84º | 0.58% | 0.84% | - |
| XYZ | 43.01 | 41.4 | 15.62 | - |
| YUV | 170.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 91 | 0 | 0.24 | 0.58 | 0.16 | 34.84 | 0.61 | 0.6 |
| Hex | D7 | A3 | 5B | 0 | 18 | 3A | 10 | 23 | 3D | 3C |
| Octal | 327 | 243 | 133 | 0 | 30 | 72 | 20 | 43 | 75 | 74 |
| Binary | 11010111 | 10100011 | 1011011 | 0 | 11000 | 111010 | 10000 | 100011 | 111101 | 111100 |
Color Harmonies of #D7A35B
Complementary color
Monochromatic Colors of #D7A35B
Black with #D7A35B
Text Example
Text Example
White with #D7A35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A35B; }
p { color: rgb(215,163,91); }
H1.HeaderClassName
{
color: #D7A35B;
}
.AnyTagClassName
{
color: #D7A35B;
}
</style>
background-color css
<style>
a { background-color: #D7A35B; }
a { background-color: rgb(215,163,91); }
div.DivClassName
{
background-color: #D7A35B;
}
.BgClassName
{
background-color: #D7A35B;
}
</style>
border-color css
<style>
span { border-color: #D7A35B; }
span { border-color: rgb(215,163,91); }
td.TdClassName
{
border-color: #D7A35B;
}
.TagClassName
{
border-color: #D7A35B;
}
</style>