Shades of Apache #D09D56
Tints of Apache #D09D56
RGB
CMYK
RGB Variations
Color information
#D09D56 (or 0xD09D56) is known color: Apache. HEX triplet: D0, 9D and 56. RGB value is (208,157,86). Sum of RGB (Red+Green+Blue) = 208+157+86=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D56 is #2F62A9. Grayscale: #A4A4A4. Windows color (decimal): -3105450 or 5676496. OLE color: 5676496.
HSL color Cylindrical-coordinate representation of color #D09D56: hue angle of 34.92º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D09D56 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 86 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.18 |
| HSL | 34.92º | 0.56% | 0.58% | - |
| HSV(B) | 34.92º | 0.59% | 0.82% | - |
| XYZ | 39.75 | 38.2 | 14.08 | - |
| YUV | 164.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 86 | 0 | 0.25 | 0.59 | 0.18 | 34.92 | 0.56 | 0.58 |
| Hex | D0 | 9D | 56 | 0 | 19 | 3B | 12 | 23 | 38 | 3A |
| Octal | 320 | 235 | 126 | 0 | 31 | 73 | 22 | 43 | 70 | 72 |
| Binary | 11010000 | 10011101 | 1010110 | 0 | 11001 | 111011 | 10010 | 100011 | 111000 | 111010 |
Color Harmonies of #D09D56
Complementary color
Monochromatic Colors of #D09D56
Black with #D09D56
Text Example
Text Example
White with #D09D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D56; }
p { color: rgb(208,157,86); }
H1.HeaderClassName
{
color: #D09D56;
}
.AnyTagClassName
{
color: #D09D56;
}
</style>
background-color css
<style>
a { background-color: #D09D56; }
a { background-color: rgb(208,157,86); }
div.DivClassName
{
background-color: #D09D56;
}
.BgClassName
{
background-color: #D09D56;
}
</style>
border-color css
<style>
span { border-color: #D09D56; }
span { border-color: rgb(208,157,86); }
td.TdClassName
{
border-color: #D09D56;
}
.TagClassName
{
border-color: #D09D56;
}
</style>