Shades of Apache #D5A150
Tints of Apache #D5A150
RGB
CMYK
RGB Variations
Color information
#D5A150 (or 0xD5A150) is known color: Apache. HEX triplet: D5, A1 and 50. RGB value is (213,161,80). Sum of RGB (Red+Green+Blue) = 213+161+80=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A150 is #2A5EAF. Grayscale: #A7A7A7. Windows color (decimal): -2776752 or 5284309. OLE color: 5284309.
HSL color Cylindrical-coordinate representation of color #D5A150: hue angle of 36.54º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5A150 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 161 | 80 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.16 |
| HSL | 36.54º | 0.61% | 0.57% | - |
| HSV(B) | 36.54º | 0.62% | 0.84% | - |
| XYZ | 41.63 | 40.22 | 13.16 | - |
| YUV | 167.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 80 | 0 | 0.24 | 0.62 | 0.16 | 36.54 | 0.61 | 0.57 |
| Hex | D5 | A1 | 50 | 0 | 18 | 3E | 10 | 25 | 3D | 39 |
| Octal | 325 | 241 | 120 | 0 | 30 | 76 | 20 | 45 | 75 | 71 |
| Binary | 11010101 | 10100001 | 1010000 | 0 | 11000 | 111110 | 10000 | 100101 | 111101 | 111001 |
Color Harmonies of #D5A150
Complementary color
Monochromatic Colors of #D5A150
Black with #D5A150
Text Example
Text Example
White with #D5A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A150; }
p { color: rgb(213,161,80); }
H1.HeaderClassName
{
color: #D5A150;
}
.AnyTagClassName
{
color: #D5A150;
}
</style>
background-color css
<style>
a { background-color: #D5A150; }
a { background-color: rgb(213,161,80); }
div.DivClassName
{
background-color: #D5A150;
}
.BgClassName
{
background-color: #D5A150;
}
</style>
border-color css
<style>
span { border-color: #D5A150; }
span { border-color: rgb(213,161,80); }
td.TdClassName
{
border-color: #D5A150;
}
.TagClassName
{
border-color: #D5A150;
}
</style>