Shades of Apache #D09F63
Tints of Apache #D09F63
RGB
CMYK
RGB Variations
Color information
#D09F63 (or 0xD09F63) is known color: Apache. HEX triplet: D0, 9F and 63. RGB value is (208,159,99). Sum of RGB (Red+Green+Blue) = 208+159+99=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F63 is #2F609C. Grayscale: #A7A7A7. Windows color (decimal): -3104925 or 6528976. OLE color: 6528976.
HSL color Cylindrical-coordinate representation of color #D09F63: hue angle of 33.03º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D09F63 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 99 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.18 |
| HSL | 33.03º | 0.54% | 0.6% | - |
| HSV(B) | 33.03º | 0.52% | 0.82% | - |
| XYZ | 40.66 | 39.11 | 17.21 | - |
| YUV | 166.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 99 | 0 | 0.24 | 0.52 | 0.18 | 33.03 | 0.54 | 0.6 |
| Hex | D0 | 9F | 63 | 0 | 18 | 34 | 12 | 21 | 36 | 3C |
| Octal | 320 | 237 | 143 | 0 | 30 | 64 | 22 | 41 | 66 | 74 |
| Binary | 11010000 | 10011111 | 1100011 | 0 | 11000 | 110100 | 10010 | 100001 | 110110 | 111100 |
Color Harmonies of #D09F63
Complementary color
Monochromatic Colors of #D09F63
Black with #D09F63
Text Example
Text Example
White with #D09F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F63; }
p { color: rgb(208,159,99); }
H1.HeaderClassName
{
color: #D09F63;
}
.AnyTagClassName
{
color: #D09F63;
}
</style>
background-color css
<style>
a { background-color: #D09F63; }
a { background-color: rgb(208,159,99); }
div.DivClassName
{
background-color: #D09F63;
}
.BgClassName
{
background-color: #D09F63;
}
</style>
border-color css
<style>
span { border-color: #D09F63; }
span { border-color: rgb(208,159,99); }
td.TdClassName
{
border-color: #D09F63;
}
.TagClassName
{
border-color: #D09F63;
}
</style>