Shades of Apache #D0A061
Tints of Apache #D0A061
RGB
CMYK
RGB Variations
Color information
#D0A061 (or 0xD0A061) is known color: Apache. HEX triplet: D0, A0 and 61. RGB value is (208,160,97). Sum of RGB (Red+Green+Blue) = 208+160+97=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A061 is #2F5F9E. Grayscale: #A7A7A7. Windows color (decimal): -3104671 or 6398160. OLE color: 6398160.
HSL color Cylindrical-coordinate representation of color #D0A061: hue angle of 34.05º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0A061 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 97 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.18 |
| HSL | 34.05º | 0.54% | 0.6% | - |
| HSV(B) | 34.05º | 0.53% | 0.82% | - |
| XYZ | 40.74 | 39.41 | 16.77 | - |
| YUV | 167.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 97 | 0 | 0.23 | 0.53 | 0.18 | 34.05 | 0.54 | 0.6 |
| Hex | D0 | A0 | 61 | 0 | 17 | 35 | 12 | 22 | 36 | 3C |
| Octal | 320 | 240 | 141 | 0 | 27 | 65 | 22 | 42 | 66 | 74 |
| Binary | 11010000 | 10100000 | 1100001 | 0 | 10111 | 110101 | 10010 | 100010 | 110110 | 111100 |
Color Harmonies of #D0A061
Complementary color
Monochromatic Colors of #D0A061
Black with #D0A061
Text Example
Text Example
White with #D0A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A061; }
p { color: rgb(208,160,97); }
H1.HeaderClassName
{
color: #D0A061;
}
.AnyTagClassName
{
color: #D0A061;
}
</style>
background-color css
<style>
a { background-color: #D0A061; }
a { background-color: rgb(208,160,97); }
div.DivClassName
{
background-color: #D0A061;
}
.BgClassName
{
background-color: #D0A061;
}
</style>
border-color css
<style>
span { border-color: #D0A061; }
span { border-color: rgb(208,160,97); }
td.TdClassName
{
border-color: #D0A061;
}
.TagClassName
{
border-color: #D0A061;
}
</style>