Shades of Apache #D49F52
Tints of Apache #D49F52
RGB
CMYK
RGB Variations
Color information
#D49F52 (or 0xD49F52) is known color: Apache. HEX triplet: D4, 9F and 52. RGB value is (212,159,82). Sum of RGB (Red+Green+Blue) = 212+159+82=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F52 is #2B60AD. Grayscale: #A6A6A6. Windows color (decimal): -2842798 or 5414868. OLE color: 5414868.
HSL color Cylindrical-coordinate representation of color #D49F52: hue angle of 35.54º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D49F52 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 82 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.17 |
| HSL | 35.54º | 0.6% | 0.58% | - |
| HSV(B) | 35.54º | 0.61% | 0.83% | - |
| XYZ | 41.07 | 39.4 | 13.42 | - |
| YUV | 166.07 | 80.56 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 82 | 0 | 0.25 | 0.61 | 0.17 | 35.54 | 0.6 | 0.58 |
| Hex | D4 | 9F | 52 | 0 | 19 | 3D | 11 | 24 | 3C | 3A |
| Octal | 324 | 237 | 122 | 0 | 31 | 75 | 21 | 44 | 74 | 72 |
| Binary | 11010100 | 10011111 | 1010010 | 0 | 11001 | 111101 | 10001 | 100100 | 111100 | 111010 |
Color Harmonies of #D49F52
Complementary color
Monochromatic Colors of #D49F52
Black with #D49F52
Text Example
Text Example
White with #D49F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49F52; }
p { color: rgb(212,159,82); }
H1.HeaderClassName
{
color: #D49F52;
}
.AnyTagClassName
{
color: #D49F52;
}
</style>
background-color css
<style>
a { background-color: #D49F52; }
a { background-color: rgb(212,159,82); }
div.DivClassName
{
background-color: #D49F52;
}
.BgClassName
{
background-color: #D49F52;
}
</style>
border-color css
<style>
span { border-color: #D49F52; }
span { border-color: rgb(212,159,82); }
td.TdClassName
{
border-color: #D49F52;
}
.TagClassName
{
border-color: #D49F52;
}
</style>