Shades of Apache #D9AA5B
Tints of Apache #D9AA5B
RGB
CMYK
RGB Variations
Color information
#D9AA5B (or 0xD9AA5B) is known color: Apache. HEX triplet: D9, AA and 5B. RGB value is (217,170,91). Sum of RGB (Red+Green+Blue) = 217+170+91=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA5B is #2655A4. Grayscale: #AFAFAF. Windows color (decimal): -2512293 or 6007513. OLE color: 6007513.
HSL color Cylindrical-coordinate representation of color #D9AA5B: hue angle of 37.62º 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 #D9AA5B is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 91 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.15 |
| HSL | 37.62º | 0.62% | 0.6% | - |
| HSV(B) | 37.62º | 0.58% | 0.85% | - |
| XYZ | 44.88 | 44.26 | 16.07 | - |
| YUV | 175.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 91 | 0 | 0.22 | 0.58 | 0.15 | 37.62 | 0.62 | 0.6 |
| Hex | D9 | AA | 5B | 0 | 16 | 3A | F | 26 | 3E | 3C |
| Octal | 331 | 252 | 133 | 0 | 26 | 72 | 17 | 46 | 76 | 74 |
| Binary | 11011001 | 10101010 | 1011011 | 0 | 10110 | 111010 | 1111 | 100110 | 111110 | 111100 |
Color Harmonies of #D9AA5B
Complementary color
Monochromatic Colors of #D9AA5B
Black with #D9AA5B
Text Example
Text Example
White with #D9AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA5B; }
p { color: rgb(217,170,91); }
H1.HeaderClassName
{
color: #D9AA5B;
}
.AnyTagClassName
{
color: #D9AA5B;
}
</style>
background-color css
<style>
a { background-color: #D9AA5B; }
a { background-color: rgb(217,170,91); }
div.DivClassName
{
background-color: #D9AA5B;
}
.BgClassName
{
background-color: #D9AA5B;
}
</style>
border-color css
<style>
span { border-color: #D9AA5B; }
span { border-color: rgb(217,170,91); }
td.TdClassName
{
border-color: #D9AA5B;
}
.TagClassName
{
border-color: #D9AA5B;
}
</style>