Shades of Apache #D09D50
Tints of Apache #D09D50
RGB
CMYK
RGB Variations
Color information
#D09D50 (or 0xD09D50) is known color: Apache. HEX triplet: D0, 9D and 50. RGB value is (208,157,80). Sum of RGB (Red+Green+Blue) = 208+157+80=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D50 is #2F62AF. Grayscale: #A3A3A3. Windows color (decimal): -3105456 or 5283280. OLE color: 5283280.
HSL color Cylindrical-coordinate representation of color #D09D50: hue angle of 36.09º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D09D50 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 80 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.18 |
| HSL | 36.09º | 0.58% | 0.56% | - |
| HSV(B) | 36.09º | 0.62% | 0.82% | - |
| XYZ | 39.52 | 38.1 | 12.86 | - |
| YUV | 163.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 80 | 0 | 0.25 | 0.62 | 0.18 | 36.09 | 0.58 | 0.56 |
| Hex | D0 | 9D | 50 | 0 | 19 | 3E | 12 | 24 | 3A | 38 |
| Octal | 320 | 235 | 120 | 0 | 31 | 76 | 22 | 44 | 72 | 70 |
| Binary | 11010000 | 10011101 | 1010000 | 0 | 11001 | 111110 | 10010 | 100100 | 111010 | 111000 |
Color Harmonies of #D09D50
Complementary color
Monochromatic Colors of #D09D50
Black with #D09D50
Text Example
Text Example
White with #D09D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D50; }
p { color: rgb(208,157,80); }
H1.HeaderClassName
{
color: #D09D50;
}
.AnyTagClassName
{
color: #D09D50;
}
</style>
background-color css
<style>
a { background-color: #D09D50; }
a { background-color: rgb(208,157,80); }
div.DivClassName
{
background-color: #D09D50;
}
.BgClassName
{
background-color: #D09D50;
}
</style>
border-color css
<style>
span { border-color: #D09D50; }
span { border-color: rgb(208,157,80); }
td.TdClassName
{
border-color: #D09D50;
}
.TagClassName
{
border-color: #D09D50;
}
</style>