Shades of Apache #D0A04D
Tints of Apache #D0A04D
RGB
CMYK
RGB Variations
Color information
#D0A04D (or 0xD0A04D) is known color: Apache. HEX triplet: D0, A0 and 4D. RGB value is (208,160,77). Sum of RGB (Red+Green+Blue) = 208+160+77=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A04D is #2F5FB2. Grayscale: #A5A5A5. Windows color (decimal): -3104691 or 5087440. OLE color: 5087440.
HSL color Cylindrical-coordinate representation of color #D0A04D: hue angle of 38.02º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0A04D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 77 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.18 |
| HSL | 38.02º | 0.58% | 0.56% | - |
| HSV(B) | 38.02º | 0.63% | 0.82% | - |
| XYZ | 39.92 | 39.09 | 12.46 | - |
| YUV | 164.89 | 78.4 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 77 | 0 | 0.23 | 0.63 | 0.18 | 38.02 | 0.58 | 0.56 |
| Hex | D0 | A0 | 4D | 0 | 17 | 3F | 12 | 26 | 3A | 38 |
| Octal | 320 | 240 | 115 | 0 | 27 | 77 | 22 | 46 | 72 | 70 |
| Binary | 11010000 | 10100000 | 1001101 | 0 | 10111 | 111111 | 10010 | 100110 | 111010 | 111000 |
Color Harmonies of #D0A04D
Complementary color
Monochromatic Colors of #D0A04D
Black with #D0A04D
Text Example
Text Example
White with #D0A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A04D; }
p { color: rgb(208,160,77); }
H1.HeaderClassName
{
color: #D0A04D;
}
.AnyTagClassName
{
color: #D0A04D;
}
</style>
background-color css
<style>
a { background-color: #D0A04D; }
a { background-color: rgb(208,160,77); }
div.DivClassName
{
background-color: #D0A04D;
}
.BgClassName
{
background-color: #D0A04D;
}
</style>
border-color css
<style>
span { border-color: #D0A04D; }
span { border-color: rgb(208,160,77); }
td.TdClassName
{
border-color: #D0A04D;
}
.TagClassName
{
border-color: #D0A04D;
}
</style>