Shades of Apache #D09F5E
Tints of Apache #D09F5E
RGB
CMYK
RGB Variations
Color information
#D09F5E (or 0xD09F5E) is known color: Apache. HEX triplet: D0, 9F and 5E. RGB value is (208,159,94). Sum of RGB (Red+Green+Blue) = 208+159+94=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F5E is #2F60A1. Grayscale: #A6A6A6. Windows color (decimal): -3104930 or 6201296. OLE color: 6201296.
HSL color Cylindrical-coordinate representation of color #D09F5E: hue angle of 34.21º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D09F5E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 94 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.18 |
| HSL | 34.21º | 0.55% | 0.59% | - |
| HSV(B) | 34.21º | 0.55% | 0.82% | - |
| XYZ | 40.43 | 39.01 | 15.99 | - |
| YUV | 166.24 | 87.23 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 94 | 0 | 0.24 | 0.55 | 0.18 | 34.21 | 0.55 | 0.59 |
| Hex | D0 | 9F | 5E | 0 | 18 | 37 | 12 | 22 | 37 | 3B |
| Octal | 320 | 237 | 136 | 0 | 30 | 67 | 22 | 42 | 67 | 73 |
| Binary | 11010000 | 10011111 | 1011110 | 0 | 11000 | 110111 | 10010 | 100010 | 110111 | 111011 |
Color Harmonies of #D09F5E
Complementary color
Monochromatic Colors of #D09F5E
Black with #D09F5E
Text Example
Text Example
White with #D09F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F5E; }
p { color: rgb(208,159,94); }
H1.HeaderClassName
{
color: #D09F5E;
}
.AnyTagClassName
{
color: #D09F5E;
}
</style>
background-color css
<style>
a { background-color: #D09F5E; }
a { background-color: rgb(208,159,94); }
div.DivClassName
{
background-color: #D09F5E;
}
.BgClassName
{
background-color: #D09F5E;
}
</style>
border-color css
<style>
span { border-color: #D09F5E; }
span { border-color: rgb(208,159,94); }
td.TdClassName
{
border-color: #D09F5E;
}
.TagClassName
{
border-color: #D09F5E;
}
</style>