Shades of Apache #D09F61
Tints of Apache #D09F61
RGB
CMYK
RGB Variations
Color information
#D09F61 (or 0xD09F61) is known color: Apache. HEX triplet: D0, 9F and 61. RGB value is (208,159,97). Sum of RGB (Red+Green+Blue) = 208+159+97=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F61 is #2F609E. Grayscale: #A6A6A6. Windows color (decimal): -3104927 or 6397904. OLE color: 6397904.
HSL color Cylindrical-coordinate representation of color #D09F61: hue angle of 33.51º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D09F61 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 97 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.18 |
| HSL | 33.51º | 0.54% | 0.6% | - |
| HSV(B) | 33.51º | 0.53% | 0.82% | - |
| XYZ | 40.57 | 39.07 | 16.71 | - |
| YUV | 166.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 97 | 0 | 0.24 | 0.53 | 0.18 | 33.51 | 0.54 | 0.6 |
| Hex | D0 | 9F | 61 | 0 | 18 | 35 | 12 | 22 | 36 | 3C |
| Octal | 320 | 237 | 141 | 0 | 30 | 65 | 22 | 42 | 66 | 74 |
| Binary | 11010000 | 10011111 | 1100001 | 0 | 11000 | 110101 | 10010 | 100010 | 110110 | 111100 |
Color Harmonies of #D09F61
Complementary color
Monochromatic Colors of #D09F61
Black with #D09F61
Text Example
Text Example
White with #D09F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F61; }
p { color: rgb(208,159,97); }
H1.HeaderClassName
{
color: #D09F61;
}
.AnyTagClassName
{
color: #D09F61;
}
</style>
background-color css
<style>
a { background-color: #D09F61; }
a { background-color: rgb(208,159,97); }
div.DivClassName
{
background-color: #D09F61;
}
.BgClassName
{
background-color: #D09F61;
}
</style>
border-color css
<style>
span { border-color: #D09F61; }
span { border-color: rgb(208,159,97); }
td.TdClassName
{
border-color: #D09F61;
}
.TagClassName
{
border-color: #D09F61;
}
</style>