Shades of Apache #D09D5B
Tints of Apache #D09D5B
RGB
CMYK
RGB Variations
Color information
#D09D5B (or 0xD09D5B) is known color: Apache. HEX triplet: D0, 9D and 5B. RGB value is (208,157,91). Sum of RGB (Red+Green+Blue) = 208+157+91=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D5B is #2F62A4. Grayscale: #A5A5A5. Windows color (decimal): -3105445 or 6004176. OLE color: 6004176.
HSL color Cylindrical-coordinate representation of color #D09D5B: hue angle of 33.85º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D09D5B is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 91 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.18 |
| HSL | 33.85º | 0.55% | 0.59% | - |
| HSV(B) | 33.85º | 0.56% | 0.82% | - |
| XYZ | 39.96 | 38.28 | 15.18 | - |
| YUV | 164.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 91 | 0 | 0.25 | 0.56 | 0.18 | 33.85 | 0.55 | 0.59 |
| Hex | D0 | 9D | 5B | 0 | 19 | 38 | 12 | 22 | 37 | 3B |
| Octal | 320 | 235 | 133 | 0 | 31 | 70 | 22 | 42 | 67 | 73 |
| Binary | 11010000 | 10011101 | 1011011 | 0 | 11001 | 111000 | 10010 | 100010 | 110111 | 111011 |
Color Harmonies of #D09D5B
Complementary color
Monochromatic Colors of #D09D5B
Black with #D09D5B
Text Example
Text Example
White with #D09D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D5B; }
p { color: rgb(208,157,91); }
H1.HeaderClassName
{
color: #D09D5B;
}
.AnyTagClassName
{
color: #D09D5B;
}
</style>
background-color css
<style>
a { background-color: #D09D5B; }
a { background-color: rgb(208,157,91); }
div.DivClassName
{
background-color: #D09D5B;
}
.BgClassName
{
background-color: #D09D5B;
}
</style>
border-color css
<style>
span { border-color: #D09D5B; }
span { border-color: rgb(208,157,91); }
td.TdClassName
{
border-color: #D09D5B;
}
.TagClassName
{
border-color: #D09D5B;
}
</style>