Shades of Apache #D09F57
Tints of Apache #D09F57
RGB
CMYK
RGB Variations
Color information
#D09F57 (or 0xD09F57) is known color: Apache. HEX triplet: D0, 9F and 57. RGB value is (208,159,87). Sum of RGB (Red+Green+Blue) = 208+159+87=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F57 is #2F60A8. Grayscale: #A5A5A5. Windows color (decimal): -3104937 or 5742544. OLE color: 5742544.
HSL color Cylindrical-coordinate representation of color #D09F57: hue angle of 35.7º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D09F57 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 87 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.18 |
| HSL | 35.7º | 0.56% | 0.58% | - |
| HSV(B) | 35.7º | 0.58% | 0.82% | - |
| XYZ | 40.13 | 38.89 | 14.41 | - |
| YUV | 165.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 87 | 0 | 0.24 | 0.58 | 0.18 | 35.7 | 0.56 | 0.58 |
| Hex | D0 | 9F | 57 | 0 | 18 | 3A | 12 | 24 | 38 | 3A |
| Octal | 320 | 237 | 127 | 0 | 30 | 72 | 22 | 44 | 70 | 72 |
| Binary | 11010000 | 10011111 | 1010111 | 0 | 11000 | 111010 | 10010 | 100100 | 111000 | 111010 |
Color Harmonies of #D09F57
Complementary color
Monochromatic Colors of #D09F57
Black with #D09F57
Text Example
Text Example
White with #D09F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F57; }
p { color: rgb(208,159,87); }
H1.HeaderClassName
{
color: #D09F57;
}
.AnyTagClassName
{
color: #D09F57;
}
</style>
background-color css
<style>
a { background-color: #D09F57; }
a { background-color: rgb(208,159,87); }
div.DivClassName
{
background-color: #D09F57;
}
.BgClassName
{
background-color: #D09F57;
}
</style>
border-color css
<style>
span { border-color: #D09F57; }
span { border-color: rgb(208,159,87); }
td.TdClassName
{
border-color: #D09F57;
}
.TagClassName
{
border-color: #D09F57;
}
</style>