Shades of Apache #D8A45D
Tints of Apache #D8A45D
RGB
CMYK
RGB Variations
Color information
#D8A45D (or 0xD8A45D) is known color: Apache. HEX triplet: D8, A4 and 5D. RGB value is (216,164,93). Sum of RGB (Red+Green+Blue) = 216+164+93=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A45D is #275BA2. Grayscale: #ABABAB. Windows color (decimal): -2579363 or 6137048. OLE color: 6137048.
HSL color Cylindrical-coordinate representation of color #D8A45D: hue angle of 34.63º 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 #D8A45D is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 164 | 93 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.15 |
| HSL | 34.63º | 0.61% | 0.61% | - |
| HSV(B) | 34.63º | 0.57% | 0.85% | - |
| XYZ | 43.57 | 41.94 | 16.15 | - |
| YUV | 171.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 164 | 93 | 0 | 0.24 | 0.57 | 0.15 | 34.63 | 0.61 | 0.61 |
| Hex | D8 | A4 | 5D | 0 | 18 | 39 | F | 23 | 3D | 3D |
| Octal | 330 | 244 | 135 | 0 | 30 | 71 | 17 | 43 | 75 | 75 |
| Binary | 11011000 | 10100100 | 1011101 | 0 | 11000 | 111001 | 1111 | 100011 | 111101 | 111101 |
Color Harmonies of #D8A45D
Complementary color
Monochromatic Colors of #D8A45D
Black with #D8A45D
Text Example
Text Example
White with #D8A45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A45D; }
p { color: rgb(216,164,93); }
H1.HeaderClassName
{
color: #D8A45D;
}
.AnyTagClassName
{
color: #D8A45D;
}
</style>
background-color css
<style>
a { background-color: #D8A45D; }
a { background-color: rgb(216,164,93); }
div.DivClassName
{
background-color: #D8A45D;
}
.BgClassName
{
background-color: #D8A45D;
}
</style>
border-color css
<style>
span { border-color: #D8A45D; }
span { border-color: rgb(216,164,93); }
td.TdClassName
{
border-color: #D8A45D;
}
.TagClassName
{
border-color: #D8A45D;
}
</style>