Shades of Apache #D0A25E
Tints of Apache #D0A25E
RGB
CMYK
RGB Variations
Color information
#D0A25E (or 0xD0A25E) is known color: Apache. HEX triplet: D0, A2 and 5E. RGB value is (208,162,94). Sum of RGB (Red+Green+Blue) = 208+162+94=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A25E is #2F5DA1. Grayscale: #A8A8A8. Windows color (decimal): -3104162 or 6202064. OLE color: 6202064.
HSL color Cylindrical-coordinate representation of color #D0A25E: hue angle of 35.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0A25E is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 94 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.18 |
| HSL | 35.79º | 0.55% | 0.59% | - |
| HSV(B) | 35.79º | 0.55% | 0.82% | - |
| XYZ | 40.95 | 40.06 | 16.16 | - |
| YUV | 168 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 94 | 0 | 0.22 | 0.55 | 0.18 | 35.79 | 0.55 | 0.59 |
| Hex | D0 | A2 | 5E | 0 | 16 | 37 | 12 | 24 | 37 | 3B |
| Octal | 320 | 242 | 136 | 0 | 26 | 67 | 22 | 44 | 67 | 73 |
| Binary | 11010000 | 10100010 | 1011110 | 0 | 10110 | 110111 | 10010 | 100100 | 110111 | 111011 |
Color Harmonies of #D0A25E
Complementary color
Monochromatic Colors of #D0A25E
Black with #D0A25E
Text Example
Text Example
White with #D0A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A25E; }
p { color: rgb(208,162,94); }
H1.HeaderClassName
{
color: #D0A25E;
}
.AnyTagClassName
{
color: #D0A25E;
}
</style>
background-color css
<style>
a { background-color: #D0A25E; }
a { background-color: rgb(208,162,94); }
div.DivClassName
{
background-color: #D0A25E;
}
.BgClassName
{
background-color: #D0A25E;
}
</style>
border-color css
<style>
span { border-color: #D0A25E; }
span { border-color: rgb(208,162,94); }
td.TdClassName
{
border-color: #D0A25E;
}
.TagClassName
{
border-color: #D0A25E;
}
</style>