Shades of Apache #D6AA57
Tints of Apache #D6AA57
RGB
CMYK
RGB Variations
Color information
#D6AA57 (or 0xD6AA57) is known color: Apache. HEX triplet: D6, AA and 57. RGB value is (214,170,87). Sum of RGB (Red+Green+Blue) = 214+170+87=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA57 is #2955A8. Grayscale: #AEAEAE. Windows color (decimal): -2708905 or 5745366. OLE color: 5745366.
HSL color Cylindrical-coordinate representation of color #D6AA57: hue angle of 39.21º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6AA57 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 87 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.16 |
| HSL | 39.21º | 0.61% | 0.59% | - |
| HSV(B) | 39.21º | 0.59% | 0.84% | - |
| XYZ | 43.83 | 43.73 | 15.15 | - |
| YUV | 173.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 87 | 0 | 0.21 | 0.59 | 0.16 | 39.21 | 0.61 | 0.59 |
| Hex | D6 | AA | 57 | 0 | 15 | 3B | 10 | 27 | 3D | 3B |
| Octal | 326 | 252 | 127 | 0 | 25 | 73 | 20 | 47 | 75 | 73 |
| Binary | 11010110 | 10101010 | 1010111 | 0 | 10101 | 111011 | 10000 | 100111 | 111101 | 111011 |
Color Harmonies of #D6AA57
Complementary color
Monochromatic Colors of #D6AA57
Black with #D6AA57
Text Example
Text Example
White with #D6AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA57; }
p { color: rgb(214,170,87); }
H1.HeaderClassName
{
color: #D6AA57;
}
.AnyTagClassName
{
color: #D6AA57;
}
</style>
background-color css
<style>
a { background-color: #D6AA57; }
a { background-color: rgb(214,170,87); }
div.DivClassName
{
background-color: #D6AA57;
}
.BgClassName
{
background-color: #D6AA57;
}
</style>
border-color css
<style>
span { border-color: #D6AA57; }
span { border-color: rgb(214,170,87); }
td.TdClassName
{
border-color: #D6AA57;
}
.TagClassName
{
border-color: #D6AA57;
}
</style>