Shades of Apache #D19D4E
Tints of Apache #D19D4E
RGB
CMYK
RGB Variations
Color information
#D19D4E (or 0xD19D4E) is known color: Apache. HEX triplet: D1, 9D and 4E. RGB value is (209,157,78). Sum of RGB (Red+Green+Blue) = 209+157+78=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D4E is #2E62B1. Grayscale: #A3A3A3. Windows color (decimal): -3039922 or 5152209. OLE color: 5152209.
HSL color Cylindrical-coordinate representation of color #D19D4E: hue angle of 36.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D19D4E is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 78 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.18 |
| HSL | 36.18º | 0.59% | 0.56% | - |
| HSV(B) | 36.18º | 0.63% | 0.82% | - |
| XYZ | 39.73 | 38.22 | 12.49 | - |
| YUV | 163.54 | 79.73 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 78 | 0 | 0.25 | 0.63 | 0.18 | 36.18 | 0.59 | 0.56 |
| Hex | D1 | 9D | 4E | 0 | 19 | 3F | 12 | 24 | 3B | 38 |
| Octal | 321 | 235 | 116 | 0 | 31 | 77 | 22 | 44 | 73 | 70 |
| Binary | 11010001 | 10011101 | 1001110 | 0 | 11001 | 111111 | 10010 | 100100 | 111011 | 111000 |
Color Harmonies of #D19D4E
Complementary color
Monochromatic Colors of #D19D4E
Black with #D19D4E
Text Example
Text Example
White with #D19D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D4E; }
p { color: rgb(209,157,78); }
H1.HeaderClassName
{
color: #D19D4E;
}
.AnyTagClassName
{
color: #D19D4E;
}
</style>
background-color css
<style>
a { background-color: #D19D4E; }
a { background-color: rgb(209,157,78); }
div.DivClassName
{
background-color: #D19D4E;
}
.BgClassName
{
background-color: #D19D4E;
}
</style>
border-color css
<style>
span { border-color: #D19D4E; }
span { border-color: rgb(209,157,78); }
td.TdClassName
{
border-color: #D19D4E;
}
.TagClassName
{
border-color: #D19D4E;
}
</style>