Shades of Apache #D0AA57
Tints of Apache #D0AA57
RGB
CMYK
RGB Variations
Color information
#D0AA57 (or 0xD0AA57) is known color: Apache. HEX triplet: D0, AA and 57. RGB value is (208,170,87). Sum of RGB (Red+Green+Blue) = 208+170+87=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 87 (34.38% from 255 or 18.71% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA57 is #2F55A8. Grayscale: #ACACAC. Windows color (decimal): -3102121 or 5745360. OLE color: 5745360.
HSL color Cylindrical-coordinate representation of color #D0AA57: hue angle of 41.16º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0AA57 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 87 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.18 |
| HSL | 41.16º | 0.56% | 0.58% | - |
| HSV(B) | 41.16º | 0.58% | 0.82% | - |
| XYZ | 42.11 | 42.85 | 15.07 | - |
| YUV | 171.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 87 | 0 | 0.18 | 0.58 | 0.18 | 41.16 | 0.56 | 0.58 |
| Hex | D0 | AA | 57 | 0 | 12 | 3A | 12 | 29 | 38 | 3A |
| Octal | 320 | 252 | 127 | 0 | 22 | 72 | 22 | 51 | 70 | 72 |
| Binary | 11010000 | 10101010 | 1010111 | 0 | 10010 | 111010 | 10010 | 101001 | 111000 | 111010 |
Color Harmonies of #D0AA57
Complementary color
Monochromatic Colors of #D0AA57
Black with #D0AA57
Text Example
Text Example
White with #D0AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA57; }
p { color: rgb(208,170,87); }
H1.HeaderClassName
{
color: #D0AA57;
}
.AnyTagClassName
{
color: #D0AA57;
}
</style>
background-color css
<style>
a { background-color: #D0AA57; }
a { background-color: rgb(208,170,87); }
div.DivClassName
{
background-color: #D0AA57;
}
.BgClassName
{
background-color: #D0AA57;
}
</style>
border-color css
<style>
span { border-color: #D0AA57; }
span { border-color: rgb(208,170,87); }
td.TdClassName
{
border-color: #D0AA57;
}
.TagClassName
{
border-color: #D0AA57;
}
</style>