Shades of Apache #D09E5E
Tints of Apache #D09E5E
RGB
CMYK
RGB Variations
Color information
#D09E5E (or 0xD09E5E) is known color: Apache. HEX triplet: D0, 9E and 5E. RGB value is (208,158,94). Sum of RGB (Red+Green+Blue) = 208+158+94=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E5E is #2F61A1. Grayscale: #A5A5A5. Windows color (decimal): -3105186 or 6201040. OLE color: 6201040.
HSL color Cylindrical-coordinate representation of color #D09E5E: hue angle of 33.68º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D09E5E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 94 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.18 |
| HSL | 33.68º | 0.55% | 0.59% | - |
| HSV(B) | 33.68º | 0.55% | 0.82% | - |
| XYZ | 40.26 | 38.67 | 15.93 | - |
| YUV | 165.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 94 | 0 | 0.24 | 0.55 | 0.18 | 33.68 | 0.55 | 0.59 |
| Hex | D0 | 9E | 5E | 0 | 18 | 37 | 12 | 22 | 37 | 3B |
| Octal | 320 | 236 | 136 | 0 | 30 | 67 | 22 | 42 | 67 | 73 |
| Binary | 11010000 | 10011110 | 1011110 | 0 | 11000 | 110111 | 10010 | 100010 | 110111 | 111011 |
Color Harmonies of #D09E5E
Complementary color
Monochromatic Colors of #D09E5E
Black with #D09E5E
Text Example
Text Example
White with #D09E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E5E; }
p { color: rgb(208,158,94); }
H1.HeaderClassName
{
color: #D09E5E;
}
.AnyTagClassName
{
color: #D09E5E;
}
</style>
background-color css
<style>
a { background-color: #D09E5E; }
a { background-color: rgb(208,158,94); }
div.DivClassName
{
background-color: #D09E5E;
}
.BgClassName
{
background-color: #D09E5E;
}
</style>
border-color css
<style>
span { border-color: #D09E5E; }
span { border-color: rgb(208,158,94); }
td.TdClassName
{
border-color: #D09E5E;
}
.TagClassName
{
border-color: #D09E5E;
}
</style>