Shades of Apache #D09F65
Tints of Apache #D09F65
RGB
CMYK
RGB Variations
Color information
#D09F65 (or 0xD09F65) is known color: Apache. HEX triplet: D0, 9F and 65. RGB value is (208,159,101). Sum of RGB (Red+Green+Blue) = 208+159+101=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F65 is #2F609A. Grayscale: #A7A7A7. Windows color (decimal): -3104923 or 6660048. OLE color: 6660048.
HSL color Cylindrical-coordinate representation of color #D09F65: hue angle of 32.52º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D09F65 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 101 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.18 |
| HSL | 32.52º | 0.53% | 0.61% | - |
| HSV(B) | 32.52º | 0.51% | 0.82% | - |
| XYZ | 40.76 | 39.15 | 17.72 | - |
| YUV | 167.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 101 | 0 | 0.24 | 0.51 | 0.18 | 32.52 | 0.53 | 0.61 |
| Hex | D0 | 9F | 65 | 0 | 18 | 33 | 12 | 21 | 35 | 3D |
| Octal | 320 | 237 | 145 | 0 | 30 | 63 | 22 | 41 | 65 | 75 |
| Binary | 11010000 | 10011111 | 1100101 | 0 | 11000 | 110011 | 10010 | 100001 | 110101 | 111101 |
Color Harmonies of #D09F65
Complementary color
Monochromatic Colors of #D09F65
Black with #D09F65
Text Example
Text Example
White with #D09F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F65; }
p { color: rgb(208,159,101); }
H1.HeaderClassName
{
color: #D09F65;
}
.AnyTagClassName
{
color: #D09F65;
}
</style>
background-color css
<style>
a { background-color: #D09F65; }
a { background-color: rgb(208,159,101); }
div.DivClassName
{
background-color: #D09F65;
}
.BgClassName
{
background-color: #D09F65;
}
</style>
border-color css
<style>
span { border-color: #D09F65; }
span { border-color: rgb(208,159,101); }
td.TdClassName
{
border-color: #D09F65;
}
.TagClassName
{
border-color: #D09F65;
}
</style>