Shades of Apache #D0AB5A
Tints of Apache #D0AB5A
RGB
CMYK
RGB Variations
Color information
#D0AB5A (or 0xD0AB5A) is known color: Apache. HEX triplet: D0, AB and 5A. RGB value is (208,171,90). Sum of RGB (Red+Green+Blue) = 208+171+90=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB5A is #2F54A5. Grayscale: #ADADAD. Windows color (decimal): -3101862 or 5942224. OLE color: 5942224.
HSL color Cylindrical-coordinate representation of color #D0AB5A: hue angle of 41.19º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0AB5A is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 90 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.18 |
| HSL | 41.19º | 0.56% | 0.58% | - |
| HSV(B) | 41.19º | 0.57% | 0.82% | - |
| XYZ | 42.42 | 43.27 | 15.79 | - |
| YUV | 172.83 | 81.26 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 90 | 0 | 0.18 | 0.57 | 0.18 | 41.19 | 0.56 | 0.58 |
| Hex | D0 | AB | 5A | 0 | 12 | 39 | 12 | 29 | 38 | 3A |
| Octal | 320 | 253 | 132 | 0 | 22 | 71 | 22 | 51 | 70 | 72 |
| Binary | 11010000 | 10101011 | 1011010 | 0 | 10010 | 111001 | 10010 | 101001 | 111000 | 111010 |
Color Harmonies of #D0AB5A
Complementary color
Monochromatic Colors of #D0AB5A
Black with #D0AB5A
Text Example
Text Example
White with #D0AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB5A; }
p { color: rgb(208,171,90); }
H1.HeaderClassName
{
color: #D0AB5A;
}
.AnyTagClassName
{
color: #D0AB5A;
}
</style>
background-color css
<style>
a { background-color: #D0AB5A; }
a { background-color: rgb(208,171,90); }
div.DivClassName
{
background-color: #D0AB5A;
}
.BgClassName
{
background-color: #D0AB5A;
}
</style>
border-color css
<style>
span { border-color: #D0AB5A; }
span { border-color: rgb(208,171,90); }
td.TdClassName
{
border-color: #D0AB5A;
}
.TagClassName
{
border-color: #D0AB5A;
}
</style>