Shades of Apache #D19C51
Tints of Apache #D19C51
RGB
CMYK
RGB Variations
Color information
#D19C51 (or 0xD19C51) is known color: Apache. HEX triplet: D1, 9C and 51. RGB value is (209,156,81). Sum of RGB (Red+Green+Blue) = 209+156+81=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19C51 is #2E63AE. Grayscale: #A3A3A3. Windows color (decimal): -3040175 or 5348561. OLE color: 5348561.
HSL color Cylindrical-coordinate representation of color #D19C51: hue angle of 35.16º 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 #D19C51 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 81 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.18 |
| HSL | 35.16º | 0.58% | 0.57% | - |
| HSV(B) | 35.16º | 0.61% | 0.82% | - |
| XYZ | 39.67 | 37.93 | 13.01 | - |
| YUV | 163.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 81 | 0 | 0.25 | 0.61 | 0.18 | 35.16 | 0.58 | 0.57 |
| Hex | D1 | 9C | 51 | 0 | 19 | 3D | 12 | 23 | 3A | 39 |
| Octal | 321 | 234 | 121 | 0 | 31 | 75 | 22 | 43 | 72 | 71 |
| Binary | 11010001 | 10011100 | 1010001 | 0 | 11001 | 111101 | 10010 | 100011 | 111010 | 111001 |
Color Harmonies of #D19C51
Complementary color
Monochromatic Colors of #D19C51
Black with #D19C51
Text Example
Text Example
White with #D19C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C51; }
p { color: rgb(209,156,81); }
H1.HeaderClassName
{
color: #D19C51;
}
.AnyTagClassName
{
color: #D19C51;
}
</style>
background-color css
<style>
a { background-color: #D19C51; }
a { background-color: rgb(209,156,81); }
div.DivClassName
{
background-color: #D19C51;
}
.BgClassName
{
background-color: #D19C51;
}
</style>
border-color css
<style>
span { border-color: #D19C51; }
span { border-color: rgb(209,156,81); }
td.TdClassName
{
border-color: #D19C51;
}
.TagClassName
{
border-color: #D19C51;
}
</style>