Shades of Apache #D09D58
Tints of Apache #D09D58
RGB
CMYK
RGB Variations
Color information
#D09D58 (or 0xD09D58) is known color: Apache. HEX triplet: D0, 9D and 58. RGB value is (208,157,88). Sum of RGB (Red+Green+Blue) = 208+157+88=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09D58 is #2F62A7. Grayscale: #A4A4A4. Windows color (decimal): -3105448 or 5807568. OLE color: 5807568.
HSL color Cylindrical-coordinate representation of color #D09D58: hue angle of 34.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D09D58 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 88 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.18 |
| HSL | 34.5º | 0.56% | 0.58% | - |
| HSV(B) | 34.5º | 0.58% | 0.82% | - |
| XYZ | 39.83 | 38.23 | 14.51 | - |
| YUV | 164.38 | 84.9 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 88 | 0 | 0.25 | 0.58 | 0.18 | 34.5 | 0.56 | 0.58 |
| Hex | D0 | 9D | 58 | 0 | 19 | 3A | 12 | 22 | 38 | 3A |
| Octal | 320 | 235 | 130 | 0 | 31 | 72 | 22 | 42 | 70 | 72 |
| Binary | 11010000 | 10011101 | 1011000 | 0 | 11001 | 111010 | 10010 | 100010 | 111000 | 111010 |
Color Harmonies of #D09D58
Complementary color
Monochromatic Colors of #D09D58
Black with #D09D58
Text Example
Text Example
White with #D09D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D58; }
p { color: rgb(208,157,88); }
H1.HeaderClassName
{
color: #D09D58;
}
.AnyTagClassName
{
color: #D09D58;
}
</style>
background-color css
<style>
a { background-color: #D09D58; }
a { background-color: rgb(208,157,88); }
div.DivClassName
{
background-color: #D09D58;
}
.BgClassName
{
background-color: #D09D58;
}
</style>
border-color css
<style>
span { border-color: #D09D58; }
span { border-color: rgb(208,157,88); }
td.TdClassName
{
border-color: #D09D58;
}
.TagClassName
{
border-color: #D09D58;
}
</style>