Shades of Apache #D09F59
Tints of Apache #D09F59
RGB
CMYK
RGB Variations
Color information
#D09F59 (or 0xD09F59) is known color: Apache. HEX triplet: D0, 9F and 59. RGB value is (208,159,89). Sum of RGB (Red+Green+Blue) = 208+159+89=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F59 is #2F60A6. Grayscale: #A5A5A5. Windows color (decimal): -3104935 or 5873616. OLE color: 5873616.
HSL color Cylindrical-coordinate representation of color #D09F59: hue angle of 35.29º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D09F59 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 89 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.18 |
| HSL | 35.29º | 0.56% | 0.58% | - |
| HSV(B) | 35.29º | 0.57% | 0.82% | - |
| XYZ | 40.21 | 38.93 | 14.85 | - |
| YUV | 165.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 89 | 0 | 0.24 | 0.57 | 0.18 | 35.29 | 0.56 | 0.58 |
| Hex | D0 | 9F | 59 | 0 | 18 | 39 | 12 | 23 | 38 | 3A |
| Octal | 320 | 237 | 131 | 0 | 30 | 71 | 22 | 43 | 70 | 72 |
| Binary | 11010000 | 10011111 | 1011001 | 0 | 11000 | 111001 | 10010 | 100011 | 111000 | 111010 |
Color Harmonies of #D09F59
Complementary color
Monochromatic Colors of #D09F59
Black with #D09F59
Text Example
Text Example
White with #D09F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F59; }
p { color: rgb(208,159,89); }
H1.HeaderClassName
{
color: #D09F59;
}
.AnyTagClassName
{
color: #D09F59;
}
</style>
background-color css
<style>
a { background-color: #D09F59; }
a { background-color: rgb(208,159,89); }
div.DivClassName
{
background-color: #D09F59;
}
.BgClassName
{
background-color: #D09F59;
}
</style>
border-color css
<style>
span { border-color: #D09F59; }
span { border-color: rgb(208,159,89); }
td.TdClassName
{
border-color: #D09F59;
}
.TagClassName
{
border-color: #D09F59;
}
</style>