Shades of Apache #D49F57
Tints of Apache #D49F57
RGB
CMYK
RGB Variations
Color information
#D49F57 (or 0xD49F57) is known color: Apache. HEX triplet: D4, 9F and 57. RGB value is (212,159,87). Sum of RGB (Red+Green+Blue) = 212+159+87=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F57 is #2B60A8. Grayscale: #A6A6A6. Windows color (decimal): -2842793 or 5742548. OLE color: 5742548.
HSL color Cylindrical-coordinate representation of color #D49F57: hue angle of 34.56º 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 #D49F57 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 87 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.17 |
| HSL | 34.56º | 0.59% | 0.59% | - |
| HSV(B) | 34.56º | 0.59% | 0.83% | - |
| XYZ | 41.27 | 39.48 | 14.46 | - |
| YUV | 166.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 87 | 0 | 0.25 | 0.59 | 0.17 | 34.56 | 0.59 | 0.59 |
| Hex | D4 | 9F | 57 | 0 | 19 | 3B | 11 | 23 | 3B | 3B |
| Octal | 324 | 237 | 127 | 0 | 31 | 73 | 21 | 43 | 73 | 73 |
| Binary | 11010100 | 10011111 | 1010111 | 0 | 11001 | 111011 | 10001 | 100011 | 111011 | 111011 |
Color Harmonies of #D49F57
Complementary color
Monochromatic Colors of #D49F57
Black with #D49F57
Text Example
Text Example
White with #D49F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F57; }
p { color: rgb(212,159,87); }
H1.HeaderClassName
{
color: #D49F57;
}
.AnyTagClassName
{
color: #D49F57;
}
</style>
background-color css
<style>
a { background-color: #D49F57; }
a { background-color: rgb(212,159,87); }
div.DivClassName
{
background-color: #D49F57;
}
.BgClassName
{
background-color: #D49F57;
}
</style>
border-color css
<style>
span { border-color: #D49F57; }
span { border-color: rgb(212,159,87); }
td.TdClassName
{
border-color: #D49F57;
}
.TagClassName
{
border-color: #D49F57;
}
</style>