Shades of Apache #D09E63
Tints of Apache #D09E63
RGB
CMYK
RGB Variations
Color information
#D09E63 (or 0xD09E63) is known color: Apache. HEX triplet: D0, 9E and 63. RGB value is (208,158,99). Sum of RGB (Red+Green+Blue) = 208+158+99=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E63 is #2F619C. Grayscale: #A6A6A6. Windows color (decimal): -3105181 or 6528720. OLE color: 6528720.
HSL color Cylindrical-coordinate representation of color #D09E63: hue angle of 32.48º 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 #D09E63 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 99 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.18 |
| HSL | 32.48º | 0.54% | 0.6% | - |
| HSV(B) | 32.48º | 0.52% | 0.82% | - |
| XYZ | 40.49 | 38.76 | 17.15 | - |
| YUV | 166.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 99 | 0 | 0.24 | 0.52 | 0.18 | 32.48 | 0.54 | 0.6 |
| Hex | D0 | 9E | 63 | 0 | 18 | 34 | 12 | 20 | 36 | 3C |
| Octal | 320 | 236 | 143 | 0 | 30 | 64 | 22 | 40 | 66 | 74 |
| Binary | 11010000 | 10011110 | 1100011 | 0 | 11000 | 110100 | 10010 | 100000 | 110110 | 111100 |
Color Harmonies of #D09E63
Complementary color
Monochromatic Colors of #D09E63
Black with #D09E63
Text Example
Text Example
White with #D09E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E63; }
p { color: rgb(208,158,99); }
H1.HeaderClassName
{
color: #D09E63;
}
.AnyTagClassName
{
color: #D09E63;
}
</style>
background-color css
<style>
a { background-color: #D09E63; }
a { background-color: rgb(208,158,99); }
div.DivClassName
{
background-color: #D09E63;
}
.BgClassName
{
background-color: #D09E63;
}
</style>
border-color css
<style>
span { border-color: #D09E63; }
span { border-color: rgb(208,158,99); }
td.TdClassName
{
border-color: #D09E63;
}
.TagClassName
{
border-color: #D09E63;
}
</style>