Shades of Apache #D4AB57
Tints of Apache #D4AB57
RGB
CMYK
RGB Variations
Color information
#D4AB57 (or 0xD4AB57) is known color: Apache. HEX triplet: D4, AB and 57. RGB value is (212,171,87). Sum of RGB (Red+Green+Blue) = 212+171+87=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB57 is #2B54A8. Grayscale: #AEAEAE. Windows color (decimal): -2839721 or 5745620. OLE color: 5745620.
HSL color Cylindrical-coordinate representation of color #D4AB57: hue angle of 40.32º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4AB57 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 171 | 87 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.17 |
| HSL | 40.32º | 0.59% | 0.59% | - |
| HSV(B) | 40.32º | 0.59% | 0.83% | - |
| XYZ | 43.43 | 43.81 | 15.18 | - |
| YUV | 173.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 87 | 0 | 0.19 | 0.59 | 0.17 | 40.32 | 0.59 | 0.59 |
| Hex | D4 | AB | 57 | 0 | 13 | 3B | 11 | 28 | 3B | 3B |
| Octal | 324 | 253 | 127 | 0 | 23 | 73 | 21 | 50 | 73 | 73 |
| Binary | 11010100 | 10101011 | 1010111 | 0 | 10011 | 111011 | 10001 | 101000 | 111011 | 111011 |
Color Harmonies of #D4AB57
Complementary color
Monochromatic Colors of #D4AB57
Black with #D4AB57
Text Example
Text Example
White with #D4AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AB57; }
p { color: rgb(212,171,87); }
H1.HeaderClassName
{
color: #D4AB57;
}
.AnyTagClassName
{
color: #D4AB57;
}
</style>
background-color css
<style>
a { background-color: #D4AB57; }
a { background-color: rgb(212,171,87); }
div.DivClassName
{
background-color: #D4AB57;
}
.BgClassName
{
background-color: #D4AB57;
}
</style>
border-color css
<style>
span { border-color: #D4AB57; }
span { border-color: rgb(212,171,87); }
td.TdClassName
{
border-color: #D4AB57;
}
.TagClassName
{
border-color: #D4AB57;
}
</style>