Shades of Apache #D0A057
Tints of Apache #D0A057
RGB
CMYK
RGB Variations
Color information
#D0A057 (or 0xD0A057) is known color: Apache. HEX triplet: D0, A0 and 57. RGB value is (208,160,87). Sum of RGB (Red+Green+Blue) = 208+160+87=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A057 is #2F5FA8. Grayscale: #A6A6A6. Windows color (decimal): -3104681 or 5742800. OLE color: 5742800.
HSL color Cylindrical-coordinate representation of color #D0A057: hue angle of 36.2º 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 #D0A057 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 87 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.18 |
| HSL | 36.2º | 0.56% | 0.58% | - |
| HSV(B) | 36.2º | 0.58% | 0.82% | - |
| XYZ | 40.3 | 39.24 | 14.47 | - |
| YUV | 166.03 | 83.4 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 87 | 0 | 0.23 | 0.58 | 0.18 | 36.2 | 0.56 | 0.58 |
| Hex | D0 | A0 | 57 | 0 | 17 | 3A | 12 | 24 | 38 | 3A |
| Octal | 320 | 240 | 127 | 0 | 27 | 72 | 22 | 44 | 70 | 72 |
| Binary | 11010000 | 10100000 | 1010111 | 0 | 10111 | 111010 | 10010 | 100100 | 111000 | 111010 |
Color Harmonies of #D0A057
Complementary color
Monochromatic Colors of #D0A057
Black with #D0A057
Text Example
Text Example
White with #D0A057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A057; }
p { color: rgb(208,160,87); }
H1.HeaderClassName
{
color: #D0A057;
}
.AnyTagClassName
{
color: #D0A057;
}
</style>
background-color css
<style>
a { background-color: #D0A057; }
a { background-color: rgb(208,160,87); }
div.DivClassName
{
background-color: #D0A057;
}
.BgClassName
{
background-color: #D0A057;
}
</style>
border-color css
<style>
span { border-color: #D0A057; }
span { border-color: rgb(208,160,87); }
td.TdClassName
{
border-color: #D0A057;
}
.TagClassName
{
border-color: #D0A057;
}
</style>