Shades of Apache #D9A55B
Tints of Apache #D9A55B
RGB
CMYK
RGB Variations
Color information
#D9A55B (or 0xD9A55B) is known color: Apache. HEX triplet: D9, A5 and 5B. RGB value is (217,165,91). Sum of RGB (Red+Green+Blue) = 217+165+91=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A55B is #265AA4. Grayscale: #ACACAC. Windows color (decimal): -2513573 or 6006233. OLE color: 6006233.
HSL color Cylindrical-coordinate representation of color #D9A55B: hue angle of 35.24º 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 #D9A55B is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 91 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.15 |
| HSL | 35.24º | 0.62% | 0.6% | - |
| HSV(B) | 35.24º | 0.58% | 0.85% | - |
| XYZ | 43.96 | 42.42 | 15.77 | - |
| YUV | 172.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 91 | 0 | 0.24 | 0.58 | 0.15 | 35.24 | 0.62 | 0.6 |
| Hex | D9 | A5 | 5B | 0 | 18 | 3A | F | 23 | 3E | 3C |
| Octal | 331 | 245 | 133 | 0 | 30 | 72 | 17 | 43 | 76 | 74 |
| Binary | 11011001 | 10100101 | 1011011 | 0 | 11000 | 111010 | 1111 | 100011 | 111110 | 111100 |
Color Harmonies of #D9A55B
Complementary color
Monochromatic Colors of #D9A55B
Black with #D9A55B
Text Example
Text Example
White with #D9A55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A55B; }
p { color: rgb(217,165,91); }
H1.HeaderClassName
{
color: #D9A55B;
}
.AnyTagClassName
{
color: #D9A55B;
}
</style>
background-color css
<style>
a { background-color: #D9A55B; }
a { background-color: rgb(217,165,91); }
div.DivClassName
{
background-color: #D9A55B;
}
.BgClassName
{
background-color: #D9A55B;
}
</style>
border-color css
<style>
span { border-color: #D9A55B; }
span { border-color: rgb(217,165,91); }
td.TdClassName
{
border-color: #D9A55B;
}
.TagClassName
{
border-color: #D9A55B;
}
</style>