Shades of Apache #D09D53
Tints of Apache #D09D53
RGB
CMYK
RGB Variations
Color information
#D09D53 (or 0xD09D53) is known color: Apache. HEX triplet: D0, 9D and 53. RGB value is (208,157,83). Sum of RGB (Red+Green+Blue) = 208+157+83=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D53 is #2F62AC. Grayscale: #A4A4A4. Windows color (decimal): -3105453 or 5479888. OLE color: 5479888.
HSL color Cylindrical-coordinate representation of color #D09D53: hue angle of 35.52º 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 #D09D53 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 83 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.18 |
| HSL | 35.52º | 0.57% | 0.57% | - |
| HSV(B) | 35.52º | 0.6% | 0.82% | - |
| XYZ | 39.63 | 38.15 | 13.46 | - |
| YUV | 163.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 83 | 0 | 0.25 | 0.60 | 0.18 | 35.52 | 0.57 | 0.57 |
| Hex | D0 | 9D | 53 | 0 | 19 | 3C | 12 | 24 | 39 | 39 |
| Octal | 320 | 235 | 123 | 0 | 31 | 74 | 22 | 44 | 71 | 71 |
| Binary | 11010000 | 10011101 | 1010011 | 0 | 11001 | 111100 | 10010 | 100100 | 111001 | 111001 |
Color Harmonies of #D09D53
Complementary color
Monochromatic Colors of #D09D53
Black with #D09D53
Text Example
Text Example
White with #D09D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D53; }
p { color: rgb(208,157,83); }
H1.HeaderClassName
{
color: #D09D53;
}
.AnyTagClassName
{
color: #D09D53;
}
</style>
background-color css
<style>
a { background-color: #D09D53; }
a { background-color: rgb(208,157,83); }
div.DivClassName
{
background-color: #D09D53;
}
.BgClassName
{
background-color: #D09D53;
}
</style>
border-color css
<style>
span { border-color: #D09D53; }
span { border-color: rgb(208,157,83); }
td.TdClassName
{
border-color: #D09D53;
}
.TagClassName
{
border-color: #D09D53;
}
</style>