Shades of Apache #D09F53
Tints of Apache #D09F53
RGB
CMYK
RGB Variations
Color information
#D09F53 (or 0xD09F53) is known color: Apache. HEX triplet: D0, 9F and 53. RGB value is (208,159,83). Sum of RGB (Red+Green+Blue) = 208+159+83=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F53 is #2F60AC. Grayscale: #A5A5A5. Windows color (decimal): -3104941 or 5480400. OLE color: 5480400.
HSL color Cylindrical-coordinate representation of color #D09F53: hue angle of 36.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D09F53 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 83 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.18 |
| HSL | 36.48º | 0.57% | 0.57% | - |
| HSV(B) | 36.48º | 0.6% | 0.82% | - |
| XYZ | 39.97 | 38.83 | 13.57 | - |
| YUV | 164.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 83 | 0 | 0.24 | 0.60 | 0.18 | 36.48 | 0.57 | 0.57 |
| Hex | D0 | 9F | 53 | 0 | 18 | 3C | 12 | 24 | 39 | 39 |
| Octal | 320 | 237 | 123 | 0 | 30 | 74 | 22 | 44 | 71 | 71 |
| Binary | 11010000 | 10011111 | 1010011 | 0 | 11000 | 111100 | 10010 | 100100 | 111001 | 111001 |
Color Harmonies of #D09F53
Complementary color
Monochromatic Colors of #D09F53
Black with #D09F53
Text Example
Text Example
White with #D09F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F53; }
p { color: rgb(208,159,83); }
H1.HeaderClassName
{
color: #D09F53;
}
.AnyTagClassName
{
color: #D09F53;
}
</style>
background-color css
<style>
a { background-color: #D09F53; }
a { background-color: rgb(208,159,83); }
div.DivClassName
{
background-color: #D09F53;
}
.BgClassName
{
background-color: #D09F53;
}
</style>
border-color css
<style>
span { border-color: #D09F53; }
span { border-color: rgb(208,159,83); }
td.TdClassName
{
border-color: #D09F53;
}
.TagClassName
{
border-color: #D09F53;
}
</style>