Shades of Apache #D09E64
Tints of Apache #D09E64
RGB
CMYK
RGB Variations
Color information
#D09E64 (or 0xD09E64) is known color: Apache. HEX triplet: D0, 9E and 64. RGB value is (208,158,100). Sum of RGB (Red+Green+Blue) = 208+158+100=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E64 is #2F619B. Grayscale: #A6A6A6. Windows color (decimal): -3105180 or 6594256. OLE color: 6594256.
HSL color Cylindrical-coordinate representation of color #D09E64: hue angle of 32.22º degrees, saturation: 0.53, 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 #D09E64 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 100 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.18 |
| HSL | 32.22º | 0.53% | 0.6% | - |
| HSV(B) | 32.22º | 0.52% | 0.82% | - |
| XYZ | 40.54 | 38.78 | 17.41 | - |
| YUV | 166.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 100 | 0 | 0.24 | 0.52 | 0.18 | 32.22 | 0.53 | 0.6 |
| Hex | D0 | 9E | 64 | 0 | 18 | 34 | 12 | 20 | 35 | 3C |
| Octal | 320 | 236 | 144 | 0 | 30 | 64 | 22 | 40 | 65 | 74 |
| Binary | 11010000 | 10011110 | 1100100 | 0 | 11000 | 110100 | 10010 | 100000 | 110101 | 111100 |
Color Harmonies of #D09E64
Complementary color
Monochromatic Colors of #D09E64
Black with #D09E64
Text Example
Text Example
White with #D09E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E64; }
p { color: rgb(208,158,100); }
H1.HeaderClassName
{
color: #D09E64;
}
.AnyTagClassName
{
color: #D09E64;
}
</style>
background-color css
<style>
a { background-color: #D09E64; }
a { background-color: rgb(208,158,100); }
div.DivClassName
{
background-color: #D09E64;
}
.BgClassName
{
background-color: #D09E64;
}
</style>
border-color css
<style>
span { border-color: #D09E64; }
span { border-color: rgb(208,158,100); }
td.TdClassName
{
border-color: #D09E64;
}
.TagClassName
{
border-color: #D09E64;
}
</style>