Shades of Apache #D4AB54
Tints of Apache #D4AB54
RGB
CMYK
RGB Variations
Color information
#D4AB54 (or 0xD4AB54) is known color: Apache. HEX triplet: D4, AB and 54. RGB value is (212,171,84). Sum of RGB (Red+Green+Blue) = 212+171+84=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB54 is #2B54AB. Grayscale: #ADADAD. Windows color (decimal): -2839724 or 5549012. OLE color: 5549012.
HSL color Cylindrical-coordinate representation of color #D4AB54: hue angle of 40.78º 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 #D4AB54 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 84 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.17 |
| HSL | 40.78º | 0.6% | 0.58% | - |
| HSV(B) | 40.78º | 0.6% | 0.83% | - |
| XYZ | 43.31 | 43.76 | 14.55 | - |
| YUV | 173.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 84 | 0 | 0.19 | 0.60 | 0.17 | 40.78 | 0.6 | 0.58 |
| Hex | D4 | AB | 54 | 0 | 13 | 3C | 11 | 29 | 3C | 3A |
| Octal | 324 | 253 | 124 | 0 | 23 | 74 | 21 | 51 | 74 | 72 |
| Binary | 11010100 | 10101011 | 1010100 | 0 | 10011 | 111100 | 10001 | 101001 | 111100 | 111010 |
Color Harmonies of #D4AB54
Complementary color
Monochromatic Colors of #D4AB54
Black with #D4AB54
Text Example
Text Example
White with #D4AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB54; }
p { color: rgb(212,171,84); }
H1.HeaderClassName
{
color: #D4AB54;
}
.AnyTagClassName
{
color: #D4AB54;
}
</style>
background-color css
<style>
a { background-color: #D4AB54; }
a { background-color: rgb(212,171,84); }
div.DivClassName
{
background-color: #D4AB54;
}
.BgClassName
{
background-color: #D4AB54;
}
</style>
border-color css
<style>
span { border-color: #D4AB54; }
span { border-color: rgb(212,171,84); }
td.TdClassName
{
border-color: #D4AB54;
}
.TagClassName
{
border-color: #D4AB54;
}
</style>