Shades of Apache #D09B55
Tints of Apache #D09B55
RGB
CMYK
RGB Variations
Color information
#D09B55 (or 0xD09B55) is known color: Apache. HEX triplet: D0, 9B and 55. RGB value is (208,155,85). Sum of RGB (Red+Green+Blue) = 208+155+85=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B55 is #2F64AA. Grayscale: #A3A3A3. Windows color (decimal): -3105963 or 5610448. OLE color: 5610448.
HSL color Cylindrical-coordinate representation of color #D09B55: hue angle of 34.15º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D09B55 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 85 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.18 |
| HSL | 34.15º | 0.57% | 0.57% | - |
| HSV(B) | 34.15º | 0.59% | 0.82% | - |
| XYZ | 39.37 | 37.51 | 13.76 | - |
| YUV | 162.87 | 84.06 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 85 | 0 | 0.25 | 0.59 | 0.18 | 34.15 | 0.57 | 0.57 |
| Hex | D0 | 9B | 55 | 0 | 19 | 3B | 12 | 22 | 39 | 39 |
| Octal | 320 | 233 | 125 | 0 | 31 | 73 | 22 | 42 | 71 | 71 |
| Binary | 11010000 | 10011011 | 1010101 | 0 | 11001 | 111011 | 10010 | 100010 | 111001 | 111001 |
Color Harmonies of #D09B55
Complementary color
Monochromatic Colors of #D09B55
Black with #D09B55
Text Example
Text Example
White with #D09B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B55; }
p { color: rgb(208,155,85); }
H1.HeaderClassName
{
color: #D09B55;
}
.AnyTagClassName
{
color: #D09B55;
}
</style>
background-color css
<style>
a { background-color: #D09B55; }
a { background-color: rgb(208,155,85); }
div.DivClassName
{
background-color: #D09B55;
}
.BgClassName
{
background-color: #D09B55;
}
</style>
border-color css
<style>
span { border-color: #D09B55; }
span { border-color: rgb(208,155,85); }
td.TdClassName
{
border-color: #D09B55;
}
.TagClassName
{
border-color: #D09B55;
}
</style>