Shades of Apache #D4AF57
Tints of Apache #D4AF57
RGB
CMYK
RGB Variations
Color information
#D4AF57 (or 0xD4AF57) is known color: Apache. HEX triplet: D4, AF and 57. RGB value is (212,175,87). Sum of RGB (Red+Green+Blue) = 212+175+87=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF57 is #2B50A8. Grayscale: #B0B0B0. Windows color (decimal): -2838697 or 5746644. OLE color: 5746644.
HSL color Cylindrical-coordinate representation of color #D4AF57: hue angle of 42.24º 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 #D4AF57 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 87 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.17 |
| HSL | 42.24º | 0.59% | 0.59% | - |
| HSV(B) | 42.24º | 0.59% | 0.83% | - |
| XYZ | 44.2 | 45.35 | 15.44 | - |
| YUV | 176.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 87 | 0 | 0.17 | 0.59 | 0.17 | 42.24 | 0.59 | 0.59 |
| Hex | D4 | AF | 57 | 0 | 11 | 3B | 11 | 2A | 3B | 3B |
| Octal | 324 | 257 | 127 | 0 | 21 | 73 | 21 | 52 | 73 | 73 |
| Binary | 11010100 | 10101111 | 1010111 | 0 | 10001 | 111011 | 10001 | 101010 | 111011 | 111011 |
Color Harmonies of #D4AF57
Complementary color
Monochromatic Colors of #D4AF57
Black with #D4AF57
Text Example
Text Example
White with #D4AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF57; }
p { color: rgb(212,175,87); }
H1.HeaderClassName
{
color: #D4AF57;
}
.AnyTagClassName
{
color: #D4AF57;
}
</style>
background-color css
<style>
a { background-color: #D4AF57; }
a { background-color: rgb(212,175,87); }
div.DivClassName
{
background-color: #D4AF57;
}
.BgClassName
{
background-color: #D4AF57;
}
</style>
border-color css
<style>
span { border-color: #D4AF57; }
span { border-color: rgb(212,175,87); }
td.TdClassName
{
border-color: #D4AF57;
}
.TagClassName
{
border-color: #D4AF57;
}
</style>