Shades of Apache #D0A550
Tints of Apache #D0A550
RGB
CMYK
RGB Variations
Color information
#D0A550 (or 0xD0A550) is known color: Apache. HEX triplet: D0, A5 and 50. RGB value is (208,165,80). Sum of RGB (Red+Green+Blue) = 208+165+80=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A550 is #2F5AAF. Grayscale: #A8A8A8. Windows color (decimal): -3103408 or 5285328. OLE color: 5285328.
HSL color Cylindrical-coordinate representation of color #D0A550: hue angle of 39.84º 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 #D0A550 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 165 | 80 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.18 |
| HSL | 39.84º | 0.58% | 0.56% | - |
| HSV(B) | 39.84º | 0.62% | 0.82% | - |
| XYZ | 40.92 | 40.9 | 13.33 | - |
| YUV | 168.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 165 | 80 | 0 | 0.21 | 0.62 | 0.18 | 39.84 | 0.58 | 0.56 |
| Hex | D0 | A5 | 50 | 0 | 15 | 3E | 12 | 28 | 3A | 38 |
| Octal | 320 | 245 | 120 | 0 | 25 | 76 | 22 | 50 | 72 | 70 |
| Binary | 11010000 | 10100101 | 1010000 | 0 | 10101 | 111110 | 10010 | 101000 | 111010 | 111000 |
Color Harmonies of #D0A550
Complementary color
Monochromatic Colors of #D0A550
Black with #D0A550
Text Example
Text Example
White with #D0A550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A550; }
p { color: rgb(208,165,80); }
H1.HeaderClassName
{
color: #D0A550;
}
.AnyTagClassName
{
color: #D0A550;
}
</style>
background-color css
<style>
a { background-color: #D0A550; }
a { background-color: rgb(208,165,80); }
div.DivClassName
{
background-color: #D0A550;
}
.BgClassName
{
background-color: #D0A550;
}
</style>
border-color css
<style>
span { border-color: #D0A550; }
span { border-color: rgb(208,165,80); }
td.TdClassName
{
border-color: #D0A550;
}
.TagClassName
{
border-color: #D0A550;
}
</style>