Shades of Apache #D0A159
Tints of Apache #D0A159
RGB
CMYK
RGB Variations
Color information
#D0A159 (or 0xD0A159) is known color: Apache. HEX triplet: D0, A1 and 59. RGB value is (208,161,89). Sum of RGB (Red+Green+Blue) = 208+161+89=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A159 is #2F5EA6. Grayscale: #A7A7A7. Windows color (decimal): -3104423 or 5874128. OLE color: 5874128.
HSL color Cylindrical-coordinate representation of color #D0A159: hue angle of 36.3º 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 #D0A159 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 89 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.18 |
| HSL | 36.3º | 0.56% | 0.58% | - |
| HSV(B) | 36.3º | 0.57% | 0.82% | - |
| XYZ | 40.56 | 39.62 | 14.96 | - |
| YUV | 166.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 89 | 0 | 0.23 | 0.57 | 0.18 | 36.3 | 0.56 | 0.58 |
| Hex | D0 | A1 | 59 | 0 | 17 | 39 | 12 | 24 | 38 | 3A |
| Octal | 320 | 241 | 131 | 0 | 27 | 71 | 22 | 44 | 70 | 72 |
| Binary | 11010000 | 10100001 | 1011001 | 0 | 10111 | 111001 | 10010 | 100100 | 111000 | 111010 |
Color Harmonies of #D0A159
Complementary color
Monochromatic Colors of #D0A159
Black with #D0A159
Text Example
Text Example
White with #D0A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A159; }
p { color: rgb(208,161,89); }
H1.HeaderClassName
{
color: #D0A159;
}
.AnyTagClassName
{
color: #D0A159;
}
</style>
background-color css
<style>
a { background-color: #D0A159; }
a { background-color: rgb(208,161,89); }
div.DivClassName
{
background-color: #D0A159;
}
.BgClassName
{
background-color: #D0A159;
}
</style>
border-color css
<style>
span { border-color: #D0A159; }
span { border-color: rgb(208,161,89); }
td.TdClassName
{
border-color: #D0A159;
}
.TagClassName
{
border-color: #D0A159;
}
</style>