Shades of Apache #D8AC5D
Tints of Apache #D8AC5D
RGB
CMYK
RGB Variations
Color information
#D8AC5D (or 0xD8AC5D) is known color: Apache. HEX triplet: D8, AC and 5D. RGB value is (216,172,93). Sum of RGB (Red+Green+Blue) = 216+172+93=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC5D is #2753A2. Grayscale: #B0B0B0. Windows color (decimal): -2577315 or 6139096. OLE color: 6139096.
HSL color Cylindrical-coordinate representation of color #D8AC5D: hue angle of 38.54º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8AC5D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 93 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.15 |
| HSL | 38.54º | 0.61% | 0.61% | - |
| HSV(B) | 38.54º | 0.57% | 0.85% | - |
| XYZ | 45.05 | 44.89 | 16.65 | - |
| YUV | 176.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 93 | 0 | 0.20 | 0.57 | 0.15 | 38.54 | 0.61 | 0.61 |
| Hex | D8 | AC | 5D | 0 | 14 | 39 | F | 27 | 3D | 3D |
| Octal | 330 | 254 | 135 | 0 | 24 | 71 | 17 | 47 | 75 | 75 |
| Binary | 11011000 | 10101100 | 1011101 | 0 | 10100 | 111001 | 1111 | 100111 | 111101 | 111101 |
Color Harmonies of #D8AC5D
Complementary color
Monochromatic Colors of #D8AC5D
Black with #D8AC5D
Text Example
Text Example
White with #D8AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC5D; }
p { color: rgb(216,172,93); }
H1.HeaderClassName
{
color: #D8AC5D;
}
.AnyTagClassName
{
color: #D8AC5D;
}
</style>
background-color css
<style>
a { background-color: #D8AC5D; }
a { background-color: rgb(216,172,93); }
div.DivClassName
{
background-color: #D8AC5D;
}
.BgClassName
{
background-color: #D8AC5D;
}
</style>
border-color css
<style>
span { border-color: #D8AC5D; }
span { border-color: rgb(216,172,93); }
td.TdClassName
{
border-color: #D8AC5D;
}
.TagClassName
{
border-color: #D8AC5D;
}
</style>