Shades of Apache #D4A050
Tints of Apache #D4A050
RGB
CMYK
RGB Variations
Color information
#D4A050 (or 0xD4A050) is known color: Apache. HEX triplet: D4, A0 and 50. RGB value is (212,160,80). Sum of RGB (Red+Green+Blue) = 212+160+80=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A050 is #2B5FAF. Grayscale: #A6A6A6. Windows color (decimal): -2842544 or 5284052. OLE color: 5284052.
HSL color Cylindrical-coordinate representation of color #D4A050: hue angle of 36.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4A050 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 80 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.17 |
| HSL | 36.36º | 0.61% | 0.57% | - |
| HSV(B) | 36.36º | 0.62% | 0.83% | - |
| XYZ | 41.17 | 39.72 | 13.09 | - |
| YUV | 166.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 80 | 0 | 0.25 | 0.62 | 0.17 | 36.36 | 0.61 | 0.57 |
| Hex | D4 | A0 | 50 | 0 | 19 | 3E | 11 | 24 | 3D | 39 |
| Octal | 324 | 240 | 120 | 0 | 31 | 76 | 21 | 44 | 75 | 71 |
| Binary | 11010100 | 10100000 | 1010000 | 0 | 11001 | 111110 | 10001 | 100100 | 111101 | 111001 |
Color Harmonies of #D4A050
Complementary color
Monochromatic Colors of #D4A050
Black with #D4A050
Text Example
Text Example
White with #D4A050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A050; }
p { color: rgb(212,160,80); }
H1.HeaderClassName
{
color: #D4A050;
}
.AnyTagClassName
{
color: #D4A050;
}
</style>
background-color css
<style>
a { background-color: #D4A050; }
a { background-color: rgb(212,160,80); }
div.DivClassName
{
background-color: #D4A050;
}
.BgClassName
{
background-color: #D4A050;
}
</style>
border-color css
<style>
span { border-color: #D4A050; }
span { border-color: rgb(212,160,80); }
td.TdClassName
{
border-color: #D4A050;
}
.TagClassName
{
border-color: #D4A050;
}
</style>