Shades of Apache #D1A14C
Tints of Apache #D1A14C
RGB
CMYK
RGB Variations
Color information
#D1A14C (or 0xD1A14C) is known color: Apache. HEX triplet: D1, A1 and 4C. RGB value is (209,161,76). Sum of RGB (Red+Green+Blue) = 209+161+76=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A14C is #2E5EB3. Grayscale: #A6A6A6. Windows color (decimal): -3038900 or 5022161. OLE color: 5022161.
HSL color Cylindrical-coordinate representation of color #D1A14C: hue angle of 38.35º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1A14C is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 76 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.18 |
| HSL | 38.35º | 0.59% | 0.56% | - |
| HSV(B) | 38.35º | 0.64% | 0.82% | - |
| XYZ | 40.34 | 39.57 | 12.35 | - |
| YUV | 165.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 76 | 0 | 0.23 | 0.64 | 0.18 | 38.35 | 0.59 | 0.56 |
| Hex | D1 | A1 | 4C | 0 | 17 | 40 | 12 | 26 | 3B | 38 |
| Octal | 321 | 241 | 114 | 0 | 27 | 100 | 22 | 46 | 73 | 70 |
| Binary | 11010001 | 10100001 | 1001100 | 0 | 10111 | 1000000 | 10010 | 100110 | 111011 | 111000 |
Color Harmonies of #D1A14C
Complementary color
Monochromatic Colors of #D1A14C
Black with #D1A14C
Text Example
Text Example
White with #D1A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A14C; }
p { color: rgb(209,161,76); }
H1.HeaderClassName
{
color: #D1A14C;
}
.AnyTagClassName
{
color: #D1A14C;
}
</style>
background-color css
<style>
a { background-color: #D1A14C; }
a { background-color: rgb(209,161,76); }
div.DivClassName
{
background-color: #D1A14C;
}
.BgClassName
{
background-color: #D1A14C;
}
</style>
border-color css
<style>
span { border-color: #D1A14C; }
span { border-color: rgb(209,161,76); }
td.TdClassName
{
border-color: #D1A14C;
}
.TagClassName
{
border-color: #D1A14C;
}
</style>