Shades of Apache #D4A054
Tints of Apache #D4A054
RGB
CMYK
RGB Variations
Color information
#D4A054 (or 0xD4A054) is known color: Apache. HEX triplet: D4, A0 and 54. RGB value is (212,160,84). Sum of RGB (Red+Green+Blue) = 212+160+84=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A054 is #2B5FAB. Grayscale: #A7A7A7. Windows color (decimal): -2842540 or 5546196. OLE color: 5546196.
HSL color Cylindrical-coordinate representation of color #D4A054: hue angle of 35.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4A054 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 160 | 84 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.17 |
| HSL | 35.63º | 0.6% | 0.58% | - |
| HSV(B) | 35.63º | 0.6% | 0.83% | - |
| XYZ | 41.32 | 39.78 | 13.89 | - |
| YUV | 166.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 160 | 84 | 0 | 0.25 | 0.60 | 0.17 | 35.63 | 0.6 | 0.58 |
| Hex | D4 | A0 | 54 | 0 | 19 | 3C | 11 | 24 | 3C | 3A |
| Octal | 324 | 240 | 124 | 0 | 31 | 74 | 21 | 44 | 74 | 72 |
| Binary | 11010100 | 10100000 | 1010100 | 0 | 11001 | 111100 | 10001 | 100100 | 111100 | 111010 |
Color Harmonies of #D4A054
Complementary color
Monochromatic Colors of #D4A054
Black with #D4A054
Text Example
Text Example
White with #D4A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A054; }
p { color: rgb(212,160,84); }
H1.HeaderClassName
{
color: #D4A054;
}
.AnyTagClassName
{
color: #D4A054;
}
</style>
background-color css
<style>
a { background-color: #D4A054; }
a { background-color: rgb(212,160,84); }
div.DivClassName
{
background-color: #D4A054;
}
.BgClassName
{
background-color: #D4A054;
}
</style>
border-color css
<style>
span { border-color: #D4A054; }
span { border-color: rgb(212,160,84); }
td.TdClassName
{
border-color: #D4A054;
}
.TagClassName
{
border-color: #D4A054;
}
</style>