Shades of Apache #D09D5D
Tints of Apache #D09D5D
RGB
CMYK
RGB Variations
Color information
#D09D5D (or 0xD09D5D) is known color: Apache. HEX triplet: D0, 9D and 5D. RGB value is (208,157,93). Sum of RGB (Red+Green+Blue) = 208+157+93=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D5D is #2F62A2. Grayscale: #A5A5A5. Windows color (decimal): -3105443 or 6135248. OLE color: 6135248.
HSL color Cylindrical-coordinate representation of color #D09D5D: hue angle of 33.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D09D5D is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 93 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.18 |
| HSL | 33.39º | 0.55% | 0.59% | - |
| HSV(B) | 33.39º | 0.55% | 0.82% | - |
| XYZ | 40.05 | 38.31 | 15.64 | - |
| YUV | 164.95 | 87.4 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 93 | 0 | 0.25 | 0.55 | 0.18 | 33.39 | 0.55 | 0.59 |
| Hex | D0 | 9D | 5D | 0 | 19 | 37 | 12 | 21 | 37 | 3B |
| Octal | 320 | 235 | 135 | 0 | 31 | 67 | 22 | 41 | 67 | 73 |
| Binary | 11010000 | 10011101 | 1011101 | 0 | 11001 | 110111 | 10010 | 100001 | 110111 | 111011 |
Color Harmonies of #D09D5D
Complementary color
Monochromatic Colors of #D09D5D
Black with #D09D5D
Text Example
Text Example
White with #D09D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D5D; }
p { color: rgb(208,157,93); }
H1.HeaderClassName
{
color: #D09D5D;
}
.AnyTagClassName
{
color: #D09D5D;
}
</style>
background-color css
<style>
a { background-color: #D09D5D; }
a { background-color: rgb(208,157,93); }
div.DivClassName
{
background-color: #D09D5D;
}
.BgClassName
{
background-color: #D09D5D;
}
</style>
border-color css
<style>
span { border-color: #D09D5D; }
span { border-color: rgb(208,157,93); }
td.TdClassName
{
border-color: #D09D5D;
}
.TagClassName
{
border-color: #D09D5D;
}
</style>