Shades of Apache #D0A15E
Tints of Apache #D0A15E
RGB
CMYK
RGB Variations
Color information
#D0A15E (or 0xD0A15E) is known color: Apache. HEX triplet: D0, A1 and 5E. RGB value is (208,161,94). Sum of RGB (Red+Green+Blue) = 208+161+94=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A15E is #2F5EA1. Grayscale: #A7A7A7. Windows color (decimal): -3104418 or 6201808. OLE color: 6201808.
HSL color Cylindrical-coordinate representation of color #D0A15E: hue angle of 35.26º 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 #D0A15E is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 94 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.18 |
| HSL | 35.26º | 0.55% | 0.59% | - |
| HSV(B) | 35.26º | 0.55% | 0.82% | - |
| XYZ | 40.78 | 39.71 | 16.1 | - |
| YUV | 167.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 94 | 0 | 0.23 | 0.55 | 0.18 | 35.26 | 0.55 | 0.59 |
| Hex | D0 | A1 | 5E | 0 | 17 | 37 | 12 | 23 | 37 | 3B |
| Octal | 320 | 241 | 136 | 0 | 27 | 67 | 22 | 43 | 67 | 73 |
| Binary | 11010000 | 10100001 | 1011110 | 0 | 10111 | 110111 | 10010 | 100011 | 110111 | 111011 |
Color Harmonies of #D0A15E
Complementary color
Monochromatic Colors of #D0A15E
Black with #D0A15E
Text Example
Text Example
White with #D0A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A15E; }
p { color: rgb(208,161,94); }
H1.HeaderClassName
{
color: #D0A15E;
}
.AnyTagClassName
{
color: #D0A15E;
}
</style>
background-color css
<style>
a { background-color: #D0A15E; }
a { background-color: rgb(208,161,94); }
div.DivClassName
{
background-color: #D0A15E;
}
.BgClassName
{
background-color: #D0A15E;
}
</style>
border-color css
<style>
span { border-color: #D0A15E; }
span { border-color: rgb(208,161,94); }
td.TdClassName
{
border-color: #D0A15E;
}
.TagClassName
{
border-color: #D0A15E;
}
</style>