Shades of Apache #D8A55B
Tints of Apache #D8A55B
RGB
CMYK
RGB Variations
Color information
#D8A55B (or 0xD8A55B) is known color: Apache. HEX triplet: D8, A5 and 5B. RGB value is (216,165,91). Sum of RGB (Red+Green+Blue) = 216+165+91=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A55B is #275AA4. Grayscale: #ACACAC. Windows color (decimal): -2579109 or 6006232. OLE color: 6006232.
HSL color Cylindrical-coordinate representation of color #D8A55B: hue angle of 35.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8A55B is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 165 | 91 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.15 |
| HSL | 35.52º | 0.62% | 0.6% | - |
| HSV(B) | 35.52º | 0.58% | 0.85% | - |
| XYZ | 43.66 | 42.26 | 15.75 | - |
| YUV | 171.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 165 | 91 | 0 | 0.24 | 0.58 | 0.15 | 35.52 | 0.62 | 0.6 |
| Hex | D8 | A5 | 5B | 0 | 18 | 3A | F | 24 | 3E | 3C |
| Octal | 330 | 245 | 133 | 0 | 30 | 72 | 17 | 44 | 76 | 74 |
| Binary | 11011000 | 10100101 | 1011011 | 0 | 11000 | 111010 | 1111 | 100100 | 111110 | 111100 |
Color Harmonies of #D8A55B
Complementary color
Monochromatic Colors of #D8A55B
Black with #D8A55B
Text Example
Text Example
White with #D8A55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A55B; }
p { color: rgb(216,165,91); }
H1.HeaderClassName
{
color: #D8A55B;
}
.AnyTagClassName
{
color: #D8A55B;
}
</style>
background-color css
<style>
a { background-color: #D8A55B; }
a { background-color: rgb(216,165,91); }
div.DivClassName
{
background-color: #D8A55B;
}
.BgClassName
{
background-color: #D8A55B;
}
</style>
border-color css
<style>
span { border-color: #D8A55B; }
span { border-color: rgb(216,165,91); }
td.TdClassName
{
border-color: #D8A55B;
}
.TagClassName
{
border-color: #D8A55B;
}
</style>