Shades of Apache #D19F52
Tints of Apache #D19F52
RGB
CMYK
RGB Variations
Color information
#D19F52 (or 0xD19F52) is known color: Apache. HEX triplet: D1, 9F and 52. RGB value is (209,159,82). Sum of RGB (Red+Green+Blue) = 209+159+82=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19F52 is #2E60AD. Grayscale: #A5A5A5. Windows color (decimal): -3039406 or 5414865. OLE color: 5414865.
HSL color Cylindrical-coordinate representation of color #D19F52: hue angle of 36.38º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D19F52 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 82 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.18 |
| HSL | 36.38º | 0.58% | 0.57% | - |
| HSV(B) | 36.38º | 0.61% | 0.82% | - |
| XYZ | 40.22 | 38.96 | 13.38 | - |
| YUV | 165.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 82 | 0 | 0.24 | 0.61 | 0.18 | 36.38 | 0.58 | 0.57 |
| Hex | D1 | 9F | 52 | 0 | 18 | 3D | 12 | 24 | 3A | 39 |
| Octal | 321 | 237 | 122 | 0 | 30 | 75 | 22 | 44 | 72 | 71 |
| Binary | 11010001 | 10011111 | 1010010 | 0 | 11000 | 111101 | 10010 | 100100 | 111010 | 111001 |
Color Harmonies of #D19F52
Complementary color
Monochromatic Colors of #D19F52
Black with #D19F52
Text Example
Text Example
White with #D19F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19F52; }
p { color: rgb(209,159,82); }
H1.HeaderClassName
{
color: #D19F52;
}
.AnyTagClassName
{
color: #D19F52;
}
</style>
background-color css
<style>
a { background-color: #D19F52; }
a { background-color: rgb(209,159,82); }
div.DivClassName
{
background-color: #D19F52;
}
.BgClassName
{
background-color: #D19F52;
}
</style>
border-color css
<style>
span { border-color: #D19F52; }
span { border-color: rgb(209,159,82); }
td.TdClassName
{
border-color: #D19F52;
}
.TagClassName
{
border-color: #D19F52;
}
</style>