Shades of Apache #D0A060
Tints of Apache #D0A060
RGB
CMYK
RGB Variations
Color information
#D0A060 (or 0xD0A060) is known color: Apache. HEX triplet: D0, A0 and 60. RGB value is (208,160,96). Sum of RGB (Red+Green+Blue) = 208+160+96=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A060 is #2F5F9F. Grayscale: #A7A7A7. Windows color (decimal): -3104672 or 6332624. OLE color: 6332624.
HSL color Cylindrical-coordinate representation of color #D0A060: hue angle of 34.29º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0A060 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 96 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.18 |
| HSL | 34.29º | 0.54% | 0.6% | - |
| HSV(B) | 34.29º | 0.54% | 0.82% | - |
| XYZ | 40.69 | 39.4 | 16.53 | - |
| YUV | 167.06 | 87.9 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 96 | 0 | 0.23 | 0.54 | 0.18 | 34.29 | 0.54 | 0.6 |
| Hex | D0 | A0 | 60 | 0 | 17 | 36 | 12 | 22 | 36 | 3C |
| Octal | 320 | 240 | 140 | 0 | 27 | 66 | 22 | 42 | 66 | 74 |
| Binary | 11010000 | 10100000 | 1100000 | 0 | 10111 | 110110 | 10010 | 100010 | 110110 | 111100 |
Color Harmonies of #D0A060
Complementary color
Monochromatic Colors of #D0A060
Black with #D0A060
Text Example
Text Example
White with #D0A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A060; }
p { color: rgb(208,160,96); }
H1.HeaderClassName
{
color: #D0A060;
}
.AnyTagClassName
{
color: #D0A060;
}
</style>
background-color css
<style>
a { background-color: #D0A060; }
a { background-color: rgb(208,160,96); }
div.DivClassName
{
background-color: #D0A060;
}
.BgClassName
{
background-color: #D0A060;
}
</style>
border-color css
<style>
span { border-color: #D0A060; }
span { border-color: rgb(208,160,96); }
td.TdClassName
{
border-color: #D0A060;
}
.TagClassName
{
border-color: #D0A060;
}
</style>