Shades of Apache #D0A150
Tints of Apache #D0A150
RGB
CMYK
RGB Variations
Color information
#D0A150 (or 0xD0A150) is known color: Apache. HEX triplet: D0, A1 and 50. RGB value is (208,161,80). Sum of RGB (Red+Green+Blue) = 208+161+80=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A150 is #2F5EAF. Grayscale: #A6A6A6. Windows color (decimal): -3104432 or 5284304. OLE color: 5284304.
HSL color Cylindrical-coordinate representation of color #D0A150: hue angle of 37.97º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0A150 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 80 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.18 |
| HSL | 37.97º | 0.58% | 0.56% | - |
| HSV(B) | 37.97º | 0.62% | 0.82% | - |
| XYZ | 40.21 | 39.48 | 13.09 | - |
| YUV | 165.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 80 | 0 | 0.23 | 0.62 | 0.18 | 37.97 | 0.58 | 0.56 |
| Hex | D0 | A1 | 50 | 0 | 17 | 3E | 12 | 26 | 3A | 38 |
| Octal | 320 | 241 | 120 | 0 | 27 | 76 | 22 | 46 | 72 | 70 |
| Binary | 11010000 | 10100001 | 1010000 | 0 | 10111 | 111110 | 10010 | 100110 | 111010 | 111000 |
Color Harmonies of #D0A150
Complementary color
Monochromatic Colors of #D0A150
Black with #D0A150
Text Example
Text Example
White with #D0A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A150; }
p { color: rgb(208,161,80); }
H1.HeaderClassName
{
color: #D0A150;
}
.AnyTagClassName
{
color: #D0A150;
}
</style>
background-color css
<style>
a { background-color: #D0A150; }
a { background-color: rgb(208,161,80); }
div.DivClassName
{
background-color: #D0A150;
}
.BgClassName
{
background-color: #D0A150;
}
</style>
border-color css
<style>
span { border-color: #D0A150; }
span { border-color: rgb(208,161,80); }
td.TdClassName
{
border-color: #D0A150;
}
.TagClassName
{
border-color: #D0A150;
}
</style>