Shades of Apache #D19D4F
Tints of Apache #D19D4F
RGB
CMYK
RGB Variations
Color information
#D19D4F (or 0xD19D4F) is known color: Apache. HEX triplet: D1, 9D and 4F. RGB value is (209,157,79). Sum of RGB (Red+Green+Blue) = 209+157+79=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D4F is #2E62B0. Grayscale: #A4A4A4. Windows color (decimal): -3039921 or 5217745. OLE color: 5217745.
HSL color Cylindrical-coordinate representation of color #D19D4F: hue angle of 36º degrees, saturation: 0.59, 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 #D19D4F is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 79 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.18 |
| HSL | 36º | 0.59% | 0.56% | - |
| HSV(B) | 36º | 0.62% | 0.82% | - |
| XYZ | 39.76 | 38.23 | 12.68 | - |
| YUV | 163.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 79 | 0 | 0.25 | 0.62 | 0.18 | 36 | 0.59 | 0.56 |
| Hex | D1 | 9D | 4F | 0 | 19 | 3E | 12 | 24 | 3B | 38 |
| Octal | 321 | 235 | 117 | 0 | 31 | 76 | 22 | 44 | 73 | 70 |
| Binary | 11010001 | 10011101 | 1001111 | 0 | 11001 | 111110 | 10010 | 100100 | 111011 | 111000 |
Color Harmonies of #D19D4F
Complementary color
Monochromatic Colors of #D19D4F
Black with #D19D4F
Text Example
Text Example
White with #D19D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D4F; }
p { color: rgb(209,157,79); }
H1.HeaderClassName
{
color: #D19D4F;
}
.AnyTagClassName
{
color: #D19D4F;
}
</style>
background-color css
<style>
a { background-color: #D19D4F; }
a { background-color: rgb(209,157,79); }
div.DivClassName
{
background-color: #D19D4F;
}
.BgClassName
{
background-color: #D19D4F;
}
</style>
border-color css
<style>
span { border-color: #D19D4F; }
span { border-color: rgb(209,157,79); }
td.TdClassName
{
border-color: #D19D4F;
}
.TagClassName
{
border-color: #D19D4F;
}
</style>