Shades of Apache #D19D5A
Tints of Apache #D19D5A
RGB
CMYK
RGB Variations
Color information
#D19D5A (or 0xD19D5A) is known color: Apache. HEX triplet: D1, 9D and 5A. RGB value is (209,157,90). Sum of RGB (Red+Green+Blue) = 209+157+90=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D5A is #2E62A5. Grayscale: #A5A5A5. Windows color (decimal): -3039910 or 5938641. OLE color: 5938641.
HSL color Cylindrical-coordinate representation of color #D19D5A: hue angle of 33.78º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D19D5A is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 157 | 90 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.18 |
| HSL | 33.78º | 0.56% | 0.59% | - |
| HSV(B) | 33.78º | 0.57% | 0.82% | - |
| XYZ | 40.2 | 38.41 | 14.97 | - |
| YUV | 164.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 157 | 90 | 0 | 0.25 | 0.57 | 0.18 | 33.78 | 0.56 | 0.59 |
| Hex | D1 | 9D | 5A | 0 | 19 | 39 | 12 | 22 | 38 | 3B |
| Octal | 321 | 235 | 132 | 0 | 31 | 71 | 22 | 42 | 70 | 73 |
| Binary | 11010001 | 10011101 | 1011010 | 0 | 11001 | 111001 | 10010 | 100010 | 111000 | 111011 |
Color Harmonies of #D19D5A
Complementary color
Monochromatic Colors of #D19D5A
Black with #D19D5A
Text Example
Text Example
White with #D19D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19D5A; }
p { color: rgb(209,157,90); }
H1.HeaderClassName
{
color: #D19D5A;
}
.AnyTagClassName
{
color: #D19D5A;
}
</style>
background-color css
<style>
a { background-color: #D19D5A; }
a { background-color: rgb(209,157,90); }
div.DivClassName
{
background-color: #D19D5A;
}
.BgClassName
{
background-color: #D19D5A;
}
</style>
border-color css
<style>
span { border-color: #D19D5A; }
span { border-color: rgb(209,157,90); }
td.TdClassName
{
border-color: #D19D5A;
}
.TagClassName
{
border-color: #D19D5A;
}
</style>