Shades of Apache #D09F52
Tints of Apache #D09F52
RGB
CMYK
RGB Variations
Color information
#D09F52 (or 0xD09F52) is known color: Apache. HEX triplet: D0, 9F and 52. RGB value is (208,159,82). Sum of RGB (Red+Green+Blue) = 208+159+82=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09F52 is #2F60AD. Grayscale: #A5A5A5. Windows color (decimal): -3104942 or 5414864. OLE color: 5414864.
HSL color Cylindrical-coordinate representation of color #D09F52: hue angle of 36.67º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D09F52 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 82 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.18 |
| HSL | 36.67º | 0.57% | 0.57% | - |
| HSV(B) | 36.67º | 0.61% | 0.82% | - |
| XYZ | 39.93 | 38.82 | 13.37 | - |
| YUV | 164.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 82 | 0 | 0.24 | 0.61 | 0.18 | 36.67 | 0.57 | 0.57 |
| Hex | D0 | 9F | 52 | 0 | 18 | 3D | 12 | 25 | 39 | 39 |
| Octal | 320 | 237 | 122 | 0 | 30 | 75 | 22 | 45 | 71 | 71 |
| Binary | 11010000 | 10011111 | 1010010 | 0 | 11000 | 111101 | 10010 | 100101 | 111001 | 111001 |
Color Harmonies of #D09F52
Complementary color
Monochromatic Colors of #D09F52
Black with #D09F52
Text Example
Text Example
White with #D09F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09F52; }
p { color: rgb(208,159,82); }
H1.HeaderClassName
{
color: #D09F52;
}
.AnyTagClassName
{
color: #D09F52;
}
</style>
background-color css
<style>
a { background-color: #D09F52; }
a { background-color: rgb(208,159,82); }
div.DivClassName
{
background-color: #D09F52;
}
.BgClassName
{
background-color: #D09F52;
}
</style>
border-color css
<style>
span { border-color: #D09F52; }
span { border-color: rgb(208,159,82); }
td.TdClassName
{
border-color: #D09F52;
}
.TagClassName
{
border-color: #D09F52;
}
</style>