Shades of Apache #D4A154
Tints of Apache #D4A154
RGB
CMYK
RGB Variations
Color information
#D4A154 (or 0xD4A154) is known color: Apache. HEX triplet: D4, A1 and 54. RGB value is (212,161,84). Sum of RGB (Red+Green+Blue) = 212+161+84=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A154 is #2B5EAB. Grayscale: #A7A7A7. Windows color (decimal): -2842284 or 5546452. OLE color: 5546452.
HSL color Cylindrical-coordinate representation of color #D4A154: hue angle of 36.09º 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 #D4A154 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 84 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.17 |
| HSL | 36.09º | 0.6% | 0.58% | - |
| HSV(B) | 36.09º | 0.6% | 0.83% | - |
| XYZ | 41.5 | 40.13 | 13.95 | - |
| YUV | 167.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 84 | 0 | 0.24 | 0.60 | 0.17 | 36.09 | 0.6 | 0.58 |
| Hex | D4 | A1 | 54 | 0 | 18 | 3C | 11 | 24 | 3C | 3A |
| Octal | 324 | 241 | 124 | 0 | 30 | 74 | 21 | 44 | 74 | 72 |
| Binary | 11010100 | 10100001 | 1010100 | 0 | 11000 | 111100 | 10001 | 100100 | 111100 | 111010 |
Color Harmonies of #D4A154
Complementary color
Monochromatic Colors of #D4A154
Black with #D4A154
Text Example
Text Example
White with #D4A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A154; }
p { color: rgb(212,161,84); }
H1.HeaderClassName
{
color: #D4A154;
}
.AnyTagClassName
{
color: #D4A154;
}
</style>
background-color css
<style>
a { background-color: #D4A154; }
a { background-color: rgb(212,161,84); }
div.DivClassName
{
background-color: #D4A154;
}
.BgClassName
{
background-color: #D4A154;
}
</style>
border-color css
<style>
span { border-color: #D4A154; }
span { border-color: rgb(212,161,84); }
td.TdClassName
{
border-color: #D4A154;
}
.TagClassName
{
border-color: #D4A154;
}
</style>