Shades of Apache #D8A55D
Tints of Apache #D8A55D
RGB
CMYK
RGB Variations
Color information
#D8A55D (or 0xD8A55D) is known color: Apache. HEX triplet: D8, A5 and 5D. RGB value is (216,165,93). Sum of RGB (Red+Green+Blue) = 216+165+93=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A55D is #275AA2. Grayscale: #ACACAC. Windows color (decimal): -2579107 or 6137304. OLE color: 6137304.
HSL color Cylindrical-coordinate representation of color #D8A55D: hue angle of 35.12º 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 #D8A55D is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 93 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.15 |
| HSL | 35.12º | 0.61% | 0.61% | - |
| HSV(B) | 35.12º | 0.57% | 0.85% | - |
| XYZ | 43.75 | 42.3 | 16.21 | - |
| YUV | 172.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 93 | 0 | 0.24 | 0.57 | 0.15 | 35.12 | 0.61 | 0.61 |
| Hex | D8 | A5 | 5D | 0 | 18 | 39 | F | 23 | 3D | 3D |
| Octal | 330 | 245 | 135 | 0 | 30 | 71 | 17 | 43 | 75 | 75 |
| Binary | 11011000 | 10100101 | 1011101 | 0 | 11000 | 111001 | 1111 | 100011 | 111101 | 111101 |
Color Harmonies of #D8A55D
Complementary color
Monochromatic Colors of #D8A55D
Black with #D8A55D
Text Example
Text Example
White with #D8A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A55D; }
p { color: rgb(216,165,93); }
H1.HeaderClassName
{
color: #D8A55D;
}
.AnyTagClassName
{
color: #D8A55D;
}
</style>
background-color css
<style>
a { background-color: #D8A55D; }
a { background-color: rgb(216,165,93); }
div.DivClassName
{
background-color: #D8A55D;
}
.BgClassName
{
background-color: #D8A55D;
}
</style>
border-color css
<style>
span { border-color: #D8A55D; }
span { border-color: rgb(216,165,93); }
td.TdClassName
{
border-color: #D8A55D;
}
.TagClassName
{
border-color: #D8A55D;
}
</style>