Shades of Apache #D0A251
Tints of Apache #D0A251
RGB
CMYK
RGB Variations
Color information
#D0A251 (or 0xD0A251) is known color: Apache. HEX triplet: D0, A2 and 51. RGB value is (208,162,81). Sum of RGB (Red+Green+Blue) = 208+162+81=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A251 is #2F5DAE. Grayscale: #A6A6A6. Windows color (decimal): -3104175 or 5350096. OLE color: 5350096.
HSL color Cylindrical-coordinate representation of color #D0A251: hue angle of 38.27º 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 #D0A251 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 81 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.18 |
| HSL | 38.27º | 0.57% | 0.57% | - |
| HSV(B) | 38.27º | 0.61% | 0.82% | - |
| XYZ | 40.42 | 39.84 | 13.35 | - |
| YUV | 166.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 81 | 0 | 0.22 | 0.61 | 0.18 | 38.27 | 0.57 | 0.57 |
| Hex | D0 | A2 | 51 | 0 | 16 | 3D | 12 | 26 | 39 | 39 |
| Octal | 320 | 242 | 121 | 0 | 26 | 75 | 22 | 46 | 71 | 71 |
| Binary | 11010000 | 10100010 | 1010001 | 0 | 10110 | 111101 | 10010 | 100110 | 111001 | 111001 |
Color Harmonies of #D0A251
Complementary color
Monochromatic Colors of #D0A251
Black with #D0A251
Text Example
Text Example
White with #D0A251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A251; }
p { color: rgb(208,162,81); }
H1.HeaderClassName
{
color: #D0A251;
}
.AnyTagClassName
{
color: #D0A251;
}
</style>
background-color css
<style>
a { background-color: #D0A251; }
a { background-color: rgb(208,162,81); }
div.DivClassName
{
background-color: #D0A251;
}
.BgClassName
{
background-color: #D0A251;
}
</style>
border-color css
<style>
span { border-color: #D0A251; }
span { border-color: rgb(208,162,81); }
td.TdClassName
{
border-color: #D0A251;
}
.TagClassName
{
border-color: #D0A251;
}
</style>