Shades of Apache #D8A55C
Tints of Apache #D8A55C
RGB
CMYK
RGB Variations
Color information
#D8A55C (or 0xD8A55C) is known color: Apache. HEX triplet: D8, A5 and 5C. RGB value is (216,165,92). Sum of RGB (Red+Green+Blue) = 216+165+92=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A55C is #275AA3. Grayscale: #ACACAC. Windows color (decimal): -2579108 or 6071768. OLE color: 6071768.
HSL color Cylindrical-coordinate representation of color #D8A55C: hue angle of 35.32º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8A55C is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 92 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.15 |
| HSL | 35.32º | 0.61% | 0.6% | - |
| HSV(B) | 35.32º | 0.57% | 0.85% | - |
| XYZ | 43.71 | 42.28 | 15.98 | - |
| YUV | 171.93 | 82.9 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 92 | 0 | 0.24 | 0.57 | 0.15 | 35.32 | 0.61 | 0.6 |
| Hex | D8 | A5 | 5C | 0 | 18 | 39 | F | 23 | 3D | 3C |
| Octal | 330 | 245 | 134 | 0 | 30 | 71 | 17 | 43 | 75 | 74 |
| Binary | 11011000 | 10100101 | 1011100 | 0 | 11000 | 111001 | 1111 | 100011 | 111101 | 111100 |
Color Harmonies of #D8A55C
Complementary color
Monochromatic Colors of #D8A55C
Black with #D8A55C
Text Example
Text Example
White with #D8A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A55C; }
p { color: rgb(216,165,92); }
H1.HeaderClassName
{
color: #D8A55C;
}
.AnyTagClassName
{
color: #D8A55C;
}
</style>
background-color css
<style>
a { background-color: #D8A55C; }
a { background-color: rgb(216,165,92); }
div.DivClassName
{
background-color: #D8A55C;
}
.BgClassName
{
background-color: #D8A55C;
}
</style>
border-color css
<style>
span { border-color: #D8A55C; }
span { border-color: rgb(216,165,92); }
td.TdClassName
{
border-color: #D8A55C;
}
.TagClassName
{
border-color: #D8A55C;
}
</style>