Shades of Apache #D7AC5D
Tints of Apache #D7AC5D
RGB
CMYK
RGB Variations
Color information
#D7AC5D (or 0xD7AC5D) is known color: Apache. HEX triplet: D7, AC and 5D. RGB value is (215,172,93). Sum of RGB (Red+Green+Blue) = 215+172+93=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC5D is #2853A2. Grayscale: #B0B0B0. Windows color (decimal): -2642851 or 6139095. OLE color: 6139095.
HSL color Cylindrical-coordinate representation of color #D7AC5D: hue angle of 38.85º 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 #D7AC5D is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 93 | - |
| CMYK | 0 | 0.2 | 0.57 | 0.16 |
| HSL | 38.85º | 0.6% | 0.6% | - |
| HSV(B) | 38.85º | 0.57% | 0.84% | - |
| XYZ | 44.75 | 44.74 | 16.63 | - |
| YUV | 175.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 93 | 0 | 0.2 | 0.57 | 0.16 | 38.85 | 0.6 | 0.6 |
| Hex | D7 | AC | 5D | 0 | 14 | 39 | 10 | 27 | 3C | 3C |
| Octal | 327 | 254 | 135 | 0 | 24 | 71 | 20 | 47 | 74 | 74 |
| Binary | 11010111 | 10101100 | 1011101 | 0 | 10100 | 111001 | 10000 | 100111 | 111100 | 111100 |
Color Harmonies of #D7AC5D
Complementary color
Monochromatic Colors of #D7AC5D
Black with #D7AC5D
Text Example
Text Example
White with #D7AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC5D; }
p { color: rgb(215,172,93); }
H1.HeaderClassName
{
color: #D7AC5D;
}
.AnyTagClassName
{
color: #D7AC5D;
}
</style>
background-color css
<style>
a { background-color: #D7AC5D; }
a { background-color: rgb(215,172,93); }
div.DivClassName
{
background-color: #D7AC5D;
}
.BgClassName
{
background-color: #D7AC5D;
}
</style>
border-color css
<style>
span { border-color: #D7AC5D; }
span { border-color: rgb(215,172,93); }
td.TdClassName
{
border-color: #D7AC5D;
}
.TagClassName
{
border-color: #D7AC5D;
}
</style>