Shades of Apache #D39F5F
Tints of Apache #D39F5F
RGB
CMYK
RGB Variations
Color information
#D39F5F (or 0xD39F5F) is known color: Apache. HEX triplet: D3, 9F and 5F. RGB value is (211,159,95). Sum of RGB (Red+Green+Blue) = 211+159+95=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39F5F is #2C60A0. Grayscale: #A7A7A7. Windows color (decimal): -2908321 or 6266835. OLE color: 6266835.
HSL color Cylindrical-coordinate representation of color #D39F5F: hue angle of 33.1º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D39F5F is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 159 | 95 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.17 |
| HSL | 33.1º | 0.57% | 0.6% | - |
| HSV(B) | 33.1º | 0.55% | 0.83% | - |
| XYZ | 41.33 | 39.47 | 16.27 | - |
| YUV | 167.25 | 87.23 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 95 | 0 | 0.25 | 0.55 | 0.17 | 33.1 | 0.57 | 0.6 |
| Hex | D3 | 9F | 5F | 0 | 19 | 37 | 11 | 21 | 39 | 3C |
| Octal | 323 | 237 | 137 | 0 | 31 | 67 | 21 | 41 | 71 | 74 |
| Binary | 11010011 | 10011111 | 1011111 | 0 | 11001 | 110111 | 10001 | 100001 | 111001 | 111100 |
Color Harmonies of #D39F5F
Complementary color
Monochromatic Colors of #D39F5F
Black with #D39F5F
Text Example
Text Example
White with #D39F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39F5F; }
p { color: rgb(211,159,95); }
H1.HeaderClassName
{
color: #D39F5F;
}
.AnyTagClassName
{
color: #D39F5F;
}
</style>
background-color css
<style>
a { background-color: #D39F5F; }
a { background-color: rgb(211,159,95); }
div.DivClassName
{
background-color: #D39F5F;
}
.BgClassName
{
background-color: #D39F5F;
}
</style>
border-color css
<style>
span { border-color: #D39F5F; }
span { border-color: rgb(211,159,95); }
td.TdClassName
{
border-color: #D39F5F;
}
.TagClassName
{
border-color: #D39F5F;
}
</style>