Shades of Apache #D19F56
Tints of Apache #D19F56
RGB
CMYK
RGB Variations
Color information
#D19F56 (or 0xD19F56) is known color: Apache. HEX triplet: D1, 9F and 56. RGB value is (209,159,86). Sum of RGB (Red+Green+Blue) = 209+159+86=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19F56 is #2E60A9. Grayscale: #A5A5A5. Windows color (decimal): -3039402 or 5677009. OLE color: 5677009.
HSL color Cylindrical-coordinate representation of color #D19F56: hue angle of 35.61º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D19F56 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 86 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.18 |
| HSL | 35.61º | 0.57% | 0.58% | - |
| HSV(B) | 35.61º | 0.59% | 0.82% | - |
| XYZ | 40.37 | 39.02 | 14.21 | - |
| YUV | 165.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 86 | 0 | 0.24 | 0.59 | 0.18 | 35.61 | 0.57 | 0.58 |
| Hex | D1 | 9F | 56 | 0 | 18 | 3B | 12 | 24 | 39 | 3A |
| Octal | 321 | 237 | 126 | 0 | 30 | 73 | 22 | 44 | 71 | 72 |
| Binary | 11010001 | 10011111 | 1010110 | 0 | 11000 | 111011 | 10010 | 100100 | 111001 | 111010 |
Color Harmonies of #D19F56
Complementary color
Monochromatic Colors of #D19F56
Black with #D19F56
Text Example
Text Example
White with #D19F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F56; }
p { color: rgb(209,159,86); }
H1.HeaderClassName
{
color: #D19F56;
}
.AnyTagClassName
{
color: #D19F56;
}
</style>
background-color css
<style>
a { background-color: #D19F56; }
a { background-color: rgb(209,159,86); }
div.DivClassName
{
background-color: #D19F56;
}
.BgClassName
{
background-color: #D19F56;
}
</style>
border-color css
<style>
span { border-color: #D19F56; }
span { border-color: rgb(209,159,86); }
td.TdClassName
{
border-color: #D19F56;
}
.TagClassName
{
border-color: #D19F56;
}
</style>