Shades of Apache #D9AA61
Tints of Apache #D9AA61
RGB
CMYK
RGB Variations
Color information
#D9AA61 (or 0xD9AA61) is known color: Apache. HEX triplet: D9, AA and 61. RGB value is (217,170,97). Sum of RGB (Red+Green+Blue) = 217+170+97=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA61 is #26559E. Grayscale: #B0B0B0. Windows color (decimal): -2512287 or 6400729. OLE color: 6400729.
HSL color Cylindrical-coordinate representation of color #D9AA61: hue angle of 36.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9AA61 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 97 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.15 |
| HSL | 36.5º | 0.61% | 0.62% | - |
| HSV(B) | 36.5º | 0.55% | 0.85% | - |
| XYZ | 45.15 | 44.36 | 17.49 | - |
| YUV | 175.73 | 83.57 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 97 | 0 | 0.22 | 0.55 | 0.15 | 36.5 | 0.61 | 0.62 |
| Hex | D9 | AA | 61 | 0 | 16 | 37 | F | 24 | 3D | 3E |
| Octal | 331 | 252 | 141 | 0 | 26 | 67 | 17 | 44 | 75 | 76 |
| Binary | 11011001 | 10101010 | 1100001 | 0 | 10110 | 110111 | 1111 | 100100 | 111101 | 111110 |
Color Harmonies of #D9AA61
Complementary color
Monochromatic Colors of #D9AA61
Black with #D9AA61
Text Example
Text Example
White with #D9AA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA61; }
p { color: rgb(217,170,97); }
H1.HeaderClassName
{
color: #D9AA61;
}
.AnyTagClassName
{
color: #D9AA61;
}
</style>
background-color css
<style>
a { background-color: #D9AA61; }
a { background-color: rgb(217,170,97); }
div.DivClassName
{
background-color: #D9AA61;
}
.BgClassName
{
background-color: #D9AA61;
}
</style>
border-color css
<style>
span { border-color: #D9AA61; }
span { border-color: rgb(217,170,97); }
td.TdClassName
{
border-color: #D9AA61;
}
.TagClassName
{
border-color: #D9AA61;
}
</style>