Shades of Apache #D4AB58
Tints of Apache #D4AB58
RGB
CMYK
RGB Variations
Color information
#D4AB58 (or 0xD4AB58) is known color: Apache. HEX triplet: D4, AB and 58. RGB value is (212,171,88). Sum of RGB (Red+Green+Blue) = 212+171+88=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB58 is #2B54A7. Grayscale: #AEAEAE. Windows color (decimal): -2839720 or 5811156. OLE color: 5811156.
HSL color Cylindrical-coordinate representation of color #D4AB58: hue angle of 40.16º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4AB58 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 88 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.17 |
| HSL | 40.16º | 0.59% | 0.59% | - |
| HSV(B) | 40.16º | 0.58% | 0.83% | - |
| XYZ | 43.48 | 43.83 | 15.4 | - |
| YUV | 173.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 88 | 0 | 0.19 | 0.58 | 0.17 | 40.16 | 0.59 | 0.59 |
| Hex | D4 | AB | 58 | 0 | 13 | 3A | 11 | 28 | 3B | 3B |
| Octal | 324 | 253 | 130 | 0 | 23 | 72 | 21 | 50 | 73 | 73 |
| Binary | 11010100 | 10101011 | 1011000 | 0 | 10011 | 111010 | 10001 | 101000 | 111011 | 111011 |
Color Harmonies of #D4AB58
Complementary color
Monochromatic Colors of #D4AB58
Black with #D4AB58
Text Example
Text Example
White with #D4AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB58; }
p { color: rgb(212,171,88); }
H1.HeaderClassName
{
color: #D4AB58;
}
.AnyTagClassName
{
color: #D4AB58;
}
</style>
background-color css
<style>
a { background-color: #D4AB58; }
a { background-color: rgb(212,171,88); }
div.DivClassName
{
background-color: #D4AB58;
}
.BgClassName
{
background-color: #D4AB58;
}
</style>
border-color css
<style>
span { border-color: #D4AB58; }
span { border-color: rgb(212,171,88); }
td.TdClassName
{
border-color: #D4AB58;
}
.TagClassName
{
border-color: #D4AB58;
}
</style>