Shades of Apache #D09E5C
Tints of Apache #D09E5C
RGB
CMYK
RGB Variations
Color information
#D09E5C (or 0xD09E5C) is known color: Apache. HEX triplet: D0, 9E and 5C. RGB value is (208,158,92). Sum of RGB (Red+Green+Blue) = 208+158+92=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09E5C is #2F61A3. Grayscale: #A5A5A5. Windows color (decimal): -3105188 or 6069968. OLE color: 6069968.
HSL color Cylindrical-coordinate representation of color #D09E5C: hue angle of 34.14º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D09E5C is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 92 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.18 |
| HSL | 34.14º | 0.55% | 0.59% | - |
| HSV(B) | 34.14º | 0.56% | 0.82% | - |
| XYZ | 40.17 | 38.64 | 15.47 | - |
| YUV | 165.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 92 | 0 | 0.24 | 0.56 | 0.18 | 34.14 | 0.55 | 0.59 |
| Hex | D0 | 9E | 5C | 0 | 18 | 38 | 12 | 22 | 37 | 3B |
| Octal | 320 | 236 | 134 | 0 | 30 | 70 | 22 | 42 | 67 | 73 |
| Binary | 11010000 | 10011110 | 1011100 | 0 | 11000 | 111000 | 10010 | 100010 | 110111 | 111011 |
Color Harmonies of #D09E5C
Complementary color
Monochromatic Colors of #D09E5C
Black with #D09E5C
Text Example
Text Example
White with #D09E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E5C; }
p { color: rgb(208,158,92); }
H1.HeaderClassName
{
color: #D09E5C;
}
.AnyTagClassName
{
color: #D09E5C;
}
</style>
background-color css
<style>
a { background-color: #D09E5C; }
a { background-color: rgb(208,158,92); }
div.DivClassName
{
background-color: #D09E5C;
}
.BgClassName
{
background-color: #D09E5C;
}
</style>
border-color css
<style>
span { border-color: #D09E5C; }
span { border-color: rgb(208,158,92); }
td.TdClassName
{
border-color: #D09E5C;
}
.TagClassName
{
border-color: #D09E5C;
}
</style>