Shades of Apache #D4A659
Tints of Apache #D4A659
RGB
CMYK
RGB Variations
Color information
#D4A659 (or 0xD4A659) is known color: Apache. HEX triplet: D4, A6 and 59. RGB value is (212,166,89). Sum of RGB (Red+Green+Blue) = 212+166+89=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A659 is #2B59A6. Grayscale: #ABABAB. Windows color (decimal): -2840999 or 5875412. OLE color: 5875412.
HSL color Cylindrical-coordinate representation of color #D4A659: hue angle of 37.56º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4A659 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 89 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.17 |
| HSL | 37.56º | 0.59% | 0.59% | - |
| HSV(B) | 37.56º | 0.58% | 0.83% | - |
| XYZ | 42.59 | 41.99 | 15.31 | - |
| YUV | 170.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 89 | 0 | 0.22 | 0.58 | 0.17 | 37.56 | 0.59 | 0.59 |
| Hex | D4 | A6 | 59 | 0 | 16 | 3A | 11 | 26 | 3B | 3B |
| Octal | 324 | 246 | 131 | 0 | 26 | 72 | 21 | 46 | 73 | 73 |
| Binary | 11010100 | 10100110 | 1011001 | 0 | 10110 | 111010 | 10001 | 100110 | 111011 | 111011 |
Color Harmonies of #D4A659
Complementary color
Monochromatic Colors of #D4A659
Black with #D4A659
Text Example
Text Example
White with #D4A659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A659; }
p { color: rgb(212,166,89); }
H1.HeaderClassName
{
color: #D4A659;
}
.AnyTagClassName
{
color: #D4A659;
}
</style>
background-color css
<style>
a { background-color: #D4A659; }
a { background-color: rgb(212,166,89); }
div.DivClassName
{
background-color: #D4A659;
}
.BgClassName
{
background-color: #D4A659;
}
</style>
border-color css
<style>
span { border-color: #D4A659; }
span { border-color: rgb(212,166,89); }
td.TdClassName
{
border-color: #D4A659;
}
.TagClassName
{
border-color: #D4A659;
}
</style>