Shades of Apache #D19D54
Tints of Apache #D19D54
RGB
CMYK
RGB Variations
Color information
#D19D54 (or 0xD19D54) is known color: Apache. HEX triplet: D1, 9D and 54. RGB value is (209,157,84). Sum of RGB (Red+Green+Blue) = 209+157+84=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D54 is #2E62AB. Grayscale: #A4A4A4. Windows color (decimal): -3039916 or 5545425. OLE color: 5545425.
HSL color Cylindrical-coordinate representation of color #D19D54: hue angle of 35.04º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D19D54 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 84 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.18 |
| HSL | 35.04º | 0.58% | 0.57% | - |
| HSV(B) | 35.04º | 0.6% | 0.82% | - |
| XYZ | 39.95 | 38.31 | 13.68 | - |
| YUV | 164.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 84 | 0 | 0.25 | 0.60 | 0.18 | 35.04 | 0.58 | 0.57 |
| Hex | D1 | 9D | 54 | 0 | 19 | 3C | 12 | 23 | 3A | 39 |
| Octal | 321 | 235 | 124 | 0 | 31 | 74 | 22 | 43 | 72 | 71 |
| Binary | 11010001 | 10011101 | 1010100 | 0 | 11001 | 111100 | 10010 | 100011 | 111010 | 111001 |
Color Harmonies of #D19D54
Complementary color
Monochromatic Colors of #D19D54
Black with #D19D54
Text Example
Text Example
White with #D19D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D54; }
p { color: rgb(209,157,84); }
H1.HeaderClassName
{
color: #D19D54;
}
.AnyTagClassName
{
color: #D19D54;
}
</style>
background-color css
<style>
a { background-color: #D19D54; }
a { background-color: rgb(209,157,84); }
div.DivClassName
{
background-color: #D19D54;
}
.BgClassName
{
background-color: #D19D54;
}
</style>
border-color css
<style>
span { border-color: #D19D54; }
span { border-color: rgb(209,157,84); }
td.TdClassName
{
border-color: #D19D54;
}
.TagClassName
{
border-color: #D19D54;
}
</style>