Shades of Apache #D19D52
Tints of Apache #D19D52
RGB
CMYK
RGB Variations
Color information
#D19D52 (or 0xD19D52) is known color: Apache. HEX triplet: D1, 9D and 52. RGB value is (209,157,82). Sum of RGB (Red+Green+Blue) = 209+157+82=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D52 is #2E62AD. Grayscale: #A4A4A4. Windows color (decimal): -3039918 or 5414353. OLE color: 5414353.
HSL color Cylindrical-coordinate representation of color #D19D52: hue angle of 35.43º 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 #D19D52 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 82 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.18 |
| HSL | 35.43º | 0.58% | 0.57% | - |
| HSV(B) | 35.43º | 0.61% | 0.82% | - |
| XYZ | 39.87 | 38.28 | 13.27 | - |
| YUV | 164 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 82 | 0 | 0.25 | 0.61 | 0.18 | 35.43 | 0.58 | 0.57 |
| Hex | D1 | 9D | 52 | 0 | 19 | 3D | 12 | 23 | 3A | 39 |
| Octal | 321 | 235 | 122 | 0 | 31 | 75 | 22 | 43 | 72 | 71 |
| Binary | 11010001 | 10011101 | 1010010 | 0 | 11001 | 111101 | 10010 | 100011 | 111010 | 111001 |
Color Harmonies of #D19D52
Complementary color
Monochromatic Colors of #D19D52
Black with #D19D52
Text Example
Text Example
White with #D19D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D52; }
p { color: rgb(209,157,82); }
H1.HeaderClassName
{
color: #D19D52;
}
.AnyTagClassName
{
color: #D19D52;
}
</style>
background-color css
<style>
a { background-color: #D19D52; }
a { background-color: rgb(209,157,82); }
div.DivClassName
{
background-color: #D19D52;
}
.BgClassName
{
background-color: #D19D52;
}
</style>
border-color css
<style>
span { border-color: #D19D52; }
span { border-color: rgb(209,157,82); }
td.TdClassName
{
border-color: #D19D52;
}
.TagClassName
{
border-color: #D19D52;
}
</style>