Shades of Apache #D1A84E
Tints of Apache #D1A84E
RGB
CMYK
RGB Variations
Color information
#D1A84E (or 0xD1A84E) is known color: Apache. HEX triplet: D1, A8 and 4E. RGB value is (209,168,78). Sum of RGB (Red+Green+Blue) = 209+168+78=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A84E is #2E57B1. Grayscale: #AAAAAA. Windows color (decimal): -3037106 or 5155025. OLE color: 5155025.
HSL color Cylindrical-coordinate representation of color #D1A84E: hue angle of 41.22º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1A84E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 168 | 78 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.18 |
| HSL | 41.22º | 0.59% | 0.56% | - |
| HSV(B) | 41.22º | 0.63% | 0.82% | - |
| XYZ | 41.67 | 42.11 | 13.14 | - |
| YUV | 170 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 78 | 0 | 0.20 | 0.63 | 0.18 | 41.22 | 0.59 | 0.56 |
| Hex | D1 | A8 | 4E | 0 | 14 | 3F | 12 | 29 | 3B | 38 |
| Octal | 321 | 250 | 116 | 0 | 24 | 77 | 22 | 51 | 73 | 70 |
| Binary | 11010001 | 10101000 | 1001110 | 0 | 10100 | 111111 | 10010 | 101001 | 111011 | 111000 |
Color Harmonies of #D1A84E
Complementary color
Monochromatic Colors of #D1A84E
Black with #D1A84E
Text Example
Text Example
White with #D1A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A84E; }
p { color: rgb(209,168,78); }
H1.HeaderClassName
{
color: #D1A84E;
}
.AnyTagClassName
{
color: #D1A84E;
}
</style>
background-color css
<style>
a { background-color: #D1A84E; }
a { background-color: rgb(209,168,78); }
div.DivClassName
{
background-color: #D1A84E;
}
.BgClassName
{
background-color: #D1A84E;
}
</style>
border-color css
<style>
span { border-color: #D1A84E; }
span { border-color: rgb(209,168,78); }
td.TdClassName
{
border-color: #D1A84E;
}
.TagClassName
{
border-color: #D1A84E;
}
</style>