Shades of Apache #D0A254
Tints of Apache #D0A254
RGB
CMYK
RGB Variations
Color information
#D0A254 (or 0xD0A254) is known color: Apache. HEX triplet: D0, A2 and 54. RGB value is (208,162,84). Sum of RGB (Red+Green+Blue) = 208+162+84=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A254 is #2F5DAB. Grayscale: #A7A7A7. Windows color (decimal): -3104172 or 5546704. OLE color: 5546704.
HSL color Cylindrical-coordinate representation of color #D0A254: hue angle of 37.74º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0A254 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 84 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.18 |
| HSL | 37.74º | 0.57% | 0.57% | - |
| HSV(B) | 37.74º | 0.6% | 0.82% | - |
| XYZ | 40.53 | 39.89 | 13.95 | - |
| YUV | 166.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 84 | 0 | 0.22 | 0.60 | 0.18 | 37.74 | 0.57 | 0.57 |
| Hex | D0 | A2 | 54 | 0 | 16 | 3C | 12 | 26 | 39 | 39 |
| Octal | 320 | 242 | 124 | 0 | 26 | 74 | 22 | 46 | 71 | 71 |
| Binary | 11010000 | 10100010 | 1010100 | 0 | 10110 | 111100 | 10010 | 100110 | 111001 | 111001 |
Color Harmonies of #D0A254
Complementary color
Monochromatic Colors of #D0A254
Black with #D0A254
Text Example
Text Example
White with #D0A254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A254; }
p { color: rgb(208,162,84); }
H1.HeaderClassName
{
color: #D0A254;
}
.AnyTagClassName
{
color: #D0A254;
}
</style>
background-color css
<style>
a { background-color: #D0A254; }
a { background-color: rgb(208,162,84); }
div.DivClassName
{
background-color: #D0A254;
}
.BgClassName
{
background-color: #D0A254;
}
</style>
border-color css
<style>
span { border-color: #D0A254; }
span { border-color: rgb(208,162,84); }
td.TdClassName
{
border-color: #D0A254;
}
.TagClassName
{
border-color: #D0A254;
}
</style>