Shades of Apache #D4AC57
Tints of Apache #D4AC57
RGB
CMYK
RGB Variations
Color information
#D4AC57 (or 0xD4AC57) is known color: Apache. HEX triplet: D4, AC and 57. RGB value is (212,172,87). Sum of RGB (Red+Green+Blue) = 212+172+87=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC57 is #2B53A8. Grayscale: #AEAEAE. Windows color (decimal): -2839465 or 5745876. OLE color: 5745876.
HSL color Cylindrical-coordinate representation of color #D4AC57: hue angle of 40.8º 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 #D4AC57 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 87 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.17 |
| HSL | 40.8º | 0.59% | 0.59% | - |
| HSV(B) | 40.8º | 0.59% | 0.83% | - |
| XYZ | 43.62 | 44.19 | 15.25 | - |
| YUV | 174.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 87 | 0 | 0.19 | 0.59 | 0.17 | 40.8 | 0.59 | 0.59 |
| Hex | D4 | AC | 57 | 0 | 13 | 3B | 11 | 29 | 3B | 3B |
| Octal | 324 | 254 | 127 | 0 | 23 | 73 | 21 | 51 | 73 | 73 |
| Binary | 11010100 | 10101100 | 1010111 | 0 | 10011 | 111011 | 10001 | 101001 | 111011 | 111011 |
Color Harmonies of #D4AC57
Complementary color
Monochromatic Colors of #D4AC57
Black with #D4AC57
Text Example
Text Example
White with #D4AC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC57; }
p { color: rgb(212,172,87); }
H1.HeaderClassName
{
color: #D4AC57;
}
.AnyTagClassName
{
color: #D4AC57;
}
</style>
background-color css
<style>
a { background-color: #D4AC57; }
a { background-color: rgb(212,172,87); }
div.DivClassName
{
background-color: #D4AC57;
}
.BgClassName
{
background-color: #D4AC57;
}
</style>
border-color css
<style>
span { border-color: #D4AC57; }
span { border-color: rgb(212,172,87); }
td.TdClassName
{
border-color: #D4AC57;
}
.TagClassName
{
border-color: #D4AC57;
}
</style>