Shades of Apache #D09B53
Tints of Apache #D09B53
RGB
CMYK
RGB Variations
Color information
#D09B53 (or 0xD09B53) is known color: Apache. HEX triplet: D0, 9B and 53. RGB value is (208,155,83). Sum of RGB (Red+Green+Blue) = 208+155+83=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B53 is #2F64AC. Grayscale: #A2A2A2. Windows color (decimal): -3105965 or 5479376. OLE color: 5479376.
HSL color Cylindrical-coordinate representation of color #D09B53: hue angle of 34.56º 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 #D09B53 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 83 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.18 |
| HSL | 34.56º | 0.57% | 0.57% | - |
| HSV(B) | 34.56º | 0.6% | 0.82% | - |
| XYZ | 39.3 | 37.48 | 13.35 | - |
| YUV | 162.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 83 | 0 | 0.25 | 0.60 | 0.18 | 34.56 | 0.57 | 0.57 |
| Hex | D0 | 9B | 53 | 0 | 19 | 3C | 12 | 23 | 39 | 39 |
| Octal | 320 | 233 | 123 | 0 | 31 | 74 | 22 | 43 | 71 | 71 |
| Binary | 11010000 | 10011011 | 1010011 | 0 | 11001 | 111100 | 10010 | 100011 | 111001 | 111001 |
Color Harmonies of #D09B53
Complementary color
Monochromatic Colors of #D09B53
Black with #D09B53
Text Example
Text Example
White with #D09B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B53; }
p { color: rgb(208,155,83); }
H1.HeaderClassName
{
color: #D09B53;
}
.AnyTagClassName
{
color: #D09B53;
}
</style>
background-color css
<style>
a { background-color: #D09B53; }
a { background-color: rgb(208,155,83); }
div.DivClassName
{
background-color: #D09B53;
}
.BgClassName
{
background-color: #D09B53;
}
</style>
border-color css
<style>
span { border-color: #D09B53; }
span { border-color: rgb(208,155,83); }
td.TdClassName
{
border-color: #D09B53;
}
.TagClassName
{
border-color: #D09B53;
}
</style>