Shades of Apache #D19E64
Tints of Apache #D19E64
RGB
CMYK
RGB Variations
Color information
#D19E64 (or 0xD19E64) is known color: Apache. HEX triplet: D1, 9E and 64. RGB value is (209,158,100). Sum of RGB (Red+Green+Blue) = 209+158+100=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19E64 is #2E619B. Grayscale: #A6A6A6. Windows color (decimal): -3039644 or 6594257. OLE color: 6594257.
HSL color Cylindrical-coordinate representation of color #D19E64: hue angle of 31.93º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D19E64 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 100 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.18 |
| HSL | 31.93º | 0.54% | 0.61% | - |
| HSV(B) | 31.93º | 0.52% | 0.82% | - |
| XYZ | 40.82 | 38.93 | 17.42 | - |
| YUV | 166.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 100 | 0 | 0.24 | 0.52 | 0.18 | 31.93 | 0.54 | 0.61 |
| Hex | D1 | 9E | 64 | 0 | 18 | 34 | 12 | 20 | 36 | 3D |
| Octal | 321 | 236 | 144 | 0 | 30 | 64 | 22 | 40 | 66 | 75 |
| Binary | 11010001 | 10011110 | 1100100 | 0 | 11000 | 110100 | 10010 | 100000 | 110110 | 111101 |
Color Harmonies of #D19E64
Complementary color
Monochromatic Colors of #D19E64
Black with #D19E64
Text Example
Text Example
White with #D19E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E64; }
p { color: rgb(209,158,100); }
H1.HeaderClassName
{
color: #D19E64;
}
.AnyTagClassName
{
color: #D19E64;
}
</style>
background-color css
<style>
a { background-color: #D19E64; }
a { background-color: rgb(209,158,100); }
div.DivClassName
{
background-color: #D19E64;
}
.BgClassName
{
background-color: #D19E64;
}
</style>
border-color css
<style>
span { border-color: #D19E64; }
span { border-color: rgb(209,158,100); }
td.TdClassName
{
border-color: #D19E64;
}
.TagClassName
{
border-color: #D19E64;
}
</style>