Shades of Apache #D1AA4F
Tints of Apache #D1AA4F
RGB
CMYK
RGB Variations
Color information
#D1AA4F (or 0xD1AA4F) is known color: Apache. HEX triplet: D1, AA and 4F. RGB value is (209,170,79). Sum of RGB (Red+Green+Blue) = 209+170+79=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA4F is #2E55B0. Grayscale: #ABABAB. Windows color (decimal): -3036593 or 5221073. OLE color: 5221073.
HSL color Cylindrical-coordinate representation of color #D1AA4F: hue angle of 42º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1AA4F is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 79 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.18 |
| HSL | 42º | 0.59% | 0.56% | - |
| HSV(B) | 42º | 0.62% | 0.82% | - |
| XYZ | 42.08 | 42.87 | 13.45 | - |
| YUV | 171.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 79 | 0 | 0.19 | 0.62 | 0.18 | 42 | 0.59 | 0.56 |
| Hex | D1 | AA | 4F | 0 | 13 | 3E | 12 | 2A | 3B | 38 |
| Octal | 321 | 252 | 117 | 0 | 23 | 76 | 22 | 52 | 73 | 70 |
| Binary | 11010001 | 10101010 | 1001111 | 0 | 10011 | 111110 | 10010 | 101010 | 111011 | 111000 |
Color Harmonies of #D1AA4F
Complementary color
Monochromatic Colors of #D1AA4F
Black with #D1AA4F
Text Example
Text Example
White with #D1AA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA4F; }
p { color: rgb(209,170,79); }
H1.HeaderClassName
{
color: #D1AA4F;
}
.AnyTagClassName
{
color: #D1AA4F;
}
</style>
background-color css
<style>
a { background-color: #D1AA4F; }
a { background-color: rgb(209,170,79); }
div.DivClassName
{
background-color: #D1AA4F;
}
.BgClassName
{
background-color: #D1AA4F;
}
</style>
border-color css
<style>
span { border-color: #D1AA4F; }
span { border-color: rgb(209,170,79); }
td.TdClassName
{
border-color: #D1AA4F;
}
.TagClassName
{
border-color: #D1AA4F;
}
</style>