Shades of Apache #D1A45C
Tints of Apache #D1A45C
RGB
CMYK
RGB Variations
Color information
#D1A45C (or 0xD1A45C) is known color: Apache. HEX triplet: D1, A4 and 5C. RGB value is (209,164,92). Sum of RGB (Red+Green+Blue) = 209+164+92=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A45C is #2E5BA3. Grayscale: #A9A9A9. Windows color (decimal): -3038116 or 6071505. OLE color: 6071505.
HSL color Cylindrical-coordinate representation of color #D1A45C: hue angle of 36.92º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1A45C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 92 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.18 |
| HSL | 36.92º | 0.56% | 0.59% | - |
| HSV(B) | 36.92º | 0.56% | 0.82% | - |
| XYZ | 41.5 | 40.88 | 15.83 | - |
| YUV | 169.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 92 | 0 | 0.22 | 0.56 | 0.18 | 36.92 | 0.56 | 0.59 |
| Hex | D1 | A4 | 5C | 0 | 16 | 38 | 12 | 25 | 38 | 3B |
| Octal | 321 | 244 | 134 | 0 | 26 | 70 | 22 | 45 | 70 | 73 |
| Binary | 11010001 | 10100100 | 1011100 | 0 | 10110 | 111000 | 10010 | 100101 | 111000 | 111011 |
Color Harmonies of #D1A45C
Complementary color
Monochromatic Colors of #D1A45C
Black with #D1A45C
Text Example
Text Example
White with #D1A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A45C; }
p { color: rgb(209,164,92); }
H1.HeaderClassName
{
color: #D1A45C;
}
.AnyTagClassName
{
color: #D1A45C;
}
</style>
background-color css
<style>
a { background-color: #D1A45C; }
a { background-color: rgb(209,164,92); }
div.DivClassName
{
background-color: #D1A45C;
}
.BgClassName
{
background-color: #D1A45C;
}
</style>
border-color css
<style>
span { border-color: #D1A45C; }
span { border-color: rgb(209,164,92); }
td.TdClassName
{
border-color: #D1A45C;
}
.TagClassName
{
border-color: #D1A45C;
}
</style>