Shades of Apache #D0A051
Tints of Apache #D0A051
RGB
CMYK
RGB Variations
Color information
#D0A051 (or 0xD0A051) is known color: Apache. HEX triplet: D0, A0 and 51. RGB value is (208,160,81). Sum of RGB (Red+Green+Blue) = 208+160+81=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A051 is #2F5FAE. Grayscale: #A5A5A5. Windows color (decimal): -3104687 or 5349584. OLE color: 5349584.
HSL color Cylindrical-coordinate representation of color #D0A051: hue angle of 37.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0A051 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 81 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.18 |
| HSL | 37.32º | 0.57% | 0.57% | - |
| HSV(B) | 37.32º | 0.61% | 0.82% | - |
| XYZ | 40.07 | 39.15 | 13.23 | - |
| YUV | 165.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 81 | 0 | 0.23 | 0.61 | 0.18 | 37.32 | 0.57 | 0.57 |
| Hex | D0 | A0 | 51 | 0 | 17 | 3D | 12 | 25 | 39 | 39 |
| Octal | 320 | 240 | 121 | 0 | 27 | 75 | 22 | 45 | 71 | 71 |
| Binary | 11010000 | 10100000 | 1010001 | 0 | 10111 | 111101 | 10010 | 100101 | 111001 | 111001 |
Color Harmonies of #D0A051
Complementary color
Monochromatic Colors of #D0A051
Black with #D0A051
Text Example
Text Example
White with #D0A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A051; }
p { color: rgb(208,160,81); }
H1.HeaderClassName
{
color: #D0A051;
}
.AnyTagClassName
{
color: #D0A051;
}
</style>
background-color css
<style>
a { background-color: #D0A051; }
a { background-color: rgb(208,160,81); }
div.DivClassName
{
background-color: #D0A051;
}
.BgClassName
{
background-color: #D0A051;
}
</style>
border-color css
<style>
span { border-color: #D0A051; }
span { border-color: rgb(208,160,81); }
td.TdClassName
{
border-color: #D0A051;
}
.TagClassName
{
border-color: #D0A051;
}
</style>