Shades of Apache #D0A257
Tints of Apache #D0A257
RGB
CMYK
RGB Variations
Color information
#D0A257 (or 0xD0A257) is known color: Apache. HEX triplet: D0, A2 and 57. RGB value is (208,162,87). Sum of RGB (Red+Green+Blue) = 208+162+87=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A257 is #2F5DA8. Grayscale: #A7A7A7. Windows color (decimal): -3104169 or 5743312. OLE color: 5743312.
HSL color Cylindrical-coordinate representation of color #D0A257: hue angle of 37.19º 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 #D0A257 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 87 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.18 |
| HSL | 37.19º | 0.56% | 0.58% | - |
| HSV(B) | 37.19º | 0.58% | 0.82% | - |
| XYZ | 40.65 | 39.94 | 14.58 | - |
| YUV | 167.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 87 | 0 | 0.22 | 0.58 | 0.18 | 37.19 | 0.56 | 0.58 |
| Hex | D0 | A2 | 57 | 0 | 16 | 3A | 12 | 25 | 38 | 3A |
| Octal | 320 | 242 | 127 | 0 | 26 | 72 | 22 | 45 | 70 | 72 |
| Binary | 11010000 | 10100010 | 1010111 | 0 | 10110 | 111010 | 10010 | 100101 | 111000 | 111010 |
Color Harmonies of #D0A257
Complementary color
Monochromatic Colors of #D0A257
Black with #D0A257
Text Example
Text Example
White with #D0A257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A257; }
p { color: rgb(208,162,87); }
H1.HeaderClassName
{
color: #D0A257;
}
.AnyTagClassName
{
color: #D0A257;
}
</style>
background-color css
<style>
a { background-color: #D0A257; }
a { background-color: rgb(208,162,87); }
div.DivClassName
{
background-color: #D0A257;
}
.BgClassName
{
background-color: #D0A257;
}
</style>
border-color css
<style>
span { border-color: #D0A257; }
span { border-color: rgb(208,162,87); }
td.TdClassName
{
border-color: #D0A257;
}
.TagClassName
{
border-color: #D0A257;
}
</style>