Shades of Apache #D0A053
Tints of Apache #D0A053
RGB
CMYK
RGB Variations
Color information
#D0A053 (or 0xD0A053) is known color: Apache. HEX triplet: D0, A0 and 53. RGB value is (208,160,83). Sum of RGB (Red+Green+Blue) = 208+160+83=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A053 is #2F5FAC. Grayscale: #A5A5A5. Windows color (decimal): -3104685 or 5480656. OLE color: 5480656.
HSL color Cylindrical-coordinate representation of color #D0A053: hue angle of 36.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0A053 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 83 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.18 |
| HSL | 36.96º | 0.57% | 0.57% | - |
| HSV(B) | 36.96º | 0.6% | 0.82% | - |
| XYZ | 40.14 | 39.18 | 13.63 | - |
| YUV | 165.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 83 | 0 | 0.23 | 0.60 | 0.18 | 36.96 | 0.57 | 0.57 |
| Hex | D0 | A0 | 53 | 0 | 17 | 3C | 12 | 25 | 39 | 39 |
| Octal | 320 | 240 | 123 | 0 | 27 | 74 | 22 | 45 | 71 | 71 |
| Binary | 11010000 | 10100000 | 1010011 | 0 | 10111 | 111100 | 10010 | 100101 | 111001 | 111001 |
Color Harmonies of #D0A053
Complementary color
Monochromatic Colors of #D0A053
Black with #D0A053
Text Example
Text Example
White with #D0A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A053; }
p { color: rgb(208,160,83); }
H1.HeaderClassName
{
color: #D0A053;
}
.AnyTagClassName
{
color: #D0A053;
}
</style>
background-color css
<style>
a { background-color: #D0A053; }
a { background-color: rgb(208,160,83); }
div.DivClassName
{
background-color: #D0A053;
}
.BgClassName
{
background-color: #D0A053;
}
</style>
border-color css
<style>
span { border-color: #D0A053; }
span { border-color: rgb(208,160,83); }
td.TdClassName
{
border-color: #D0A053;
}
.TagClassName
{
border-color: #D0A053;
}
</style>