Shades of Apache #D09F60
Tints of Apache #D09F60
RGB
CMYK
RGB Variations
Color information
#D09F60 (or 0xD09F60) is known color: Apache. HEX triplet: D0, 9F and 60. RGB value is (208,159,96). Sum of RGB (Red+Green+Blue) = 208+159+96=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F60 is #2F609F. Grayscale: #A6A6A6. Windows color (decimal): -3104928 or 6332368. OLE color: 6332368.
HSL color Cylindrical-coordinate representation of color #D09F60: hue angle of 33.75º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D09F60 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 96 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.18 |
| HSL | 33.75º | 0.54% | 0.6% | - |
| HSV(B) | 33.75º | 0.54% | 0.82% | - |
| XYZ | 40.52 | 39.05 | 16.47 | - |
| YUV | 166.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 96 | 0 | 0.24 | 0.54 | 0.18 | 33.75 | 0.54 | 0.6 |
| Hex | D0 | 9F | 60 | 0 | 18 | 36 | 12 | 22 | 36 | 3C |
| Octal | 320 | 237 | 140 | 0 | 30 | 66 | 22 | 42 | 66 | 74 |
| Binary | 11010000 | 10011111 | 1100000 | 0 | 11000 | 110110 | 10010 | 100010 | 110110 | 111100 |
Color Harmonies of #D09F60
Complementary color
Monochromatic Colors of #D09F60
Black with #D09F60
Text Example
Text Example
White with #D09F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F60; }
p { color: rgb(208,159,96); }
H1.HeaderClassName
{
color: #D09F60;
}
.AnyTagClassName
{
color: #D09F60;
}
</style>
background-color css
<style>
a { background-color: #D09F60; }
a { background-color: rgb(208,159,96); }
div.DivClassName
{
background-color: #D09F60;
}
.BgClassName
{
background-color: #D09F60;
}
</style>
border-color css
<style>
span { border-color: #D09F60; }
span { border-color: rgb(208,159,96); }
td.TdClassName
{
border-color: #D09F60;
}
.TagClassName
{
border-color: #D09F60;
}
</style>