Shades of Apache #D0A065
Tints of Apache #D0A065
RGB
CMYK
RGB Variations
Color information
#D0A065 (or 0xD0A065) is known color: Apache. HEX triplet: D0, A0 and 65. RGB value is (208,160,101). Sum of RGB (Red+Green+Blue) = 208+160+101=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A065 is #2F5F9A. Grayscale: #A7A7A7. Windows color (decimal): -3104667 or 6660304. OLE color: 6660304.
HSL color Cylindrical-coordinate representation of color #D0A065: hue angle of 33.08º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0A065 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 101 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.18 |
| HSL | 33.08º | 0.53% | 0.61% | - |
| HSV(B) | 33.08º | 0.51% | 0.82% | - |
| XYZ | 40.93 | 39.49 | 17.78 | - |
| YUV | 167.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 101 | 0 | 0.23 | 0.51 | 0.18 | 33.08 | 0.53 | 0.61 |
| Hex | D0 | A0 | 65 | 0 | 17 | 33 | 12 | 21 | 35 | 3D |
| Octal | 320 | 240 | 145 | 0 | 27 | 63 | 22 | 41 | 65 | 75 |
| Binary | 11010000 | 10100000 | 1100101 | 0 | 10111 | 110011 | 10010 | 100001 | 110101 | 111101 |
Color Harmonies of #D0A065
Complementary color
Monochromatic Colors of #D0A065
Black with #D0A065
Text Example
Text Example
White with #D0A065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A065; }
p { color: rgb(208,160,101); }
H1.HeaderClassName
{
color: #D0A065;
}
.AnyTagClassName
{
color: #D0A065;
}
</style>
background-color css
<style>
a { background-color: #D0A065; }
a { background-color: rgb(208,160,101); }
div.DivClassName
{
background-color: #D0A065;
}
.BgClassName
{
background-color: #D0A065;
}
</style>
border-color css
<style>
span { border-color: #D0A065; }
span { border-color: rgb(208,160,101); }
td.TdClassName
{
border-color: #D0A065;
}
.TagClassName
{
border-color: #D0A065;
}
</style>