Shades of Apache #D4A44E
Tints of Apache #D4A44E
RGB
CMYK
RGB Variations
Color information
#D4A44E (or 0xD4A44E) is known color: Apache. HEX triplet: D4, A4 and 4E. RGB value is (212,164,78). Sum of RGB (Red+Green+Blue) = 212+164+78=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A44E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A44E is #2B5BB1. Grayscale: #A8A8A8. Windows color (decimal): -2841522 or 5154004. OLE color: 5154004.
HSL color Cylindrical-coordinate representation of color #D4A44E: hue angle of 38.51º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4A44E is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 78 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.17 |
| HSL | 38.51º | 0.61% | 0.57% | - |
| HSV(B) | 38.51º | 0.63% | 0.83% | - |
| XYZ | 41.8 | 41.1 | 12.94 | - |
| YUV | 168.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 78 | 0 | 0.23 | 0.63 | 0.17 | 38.51 | 0.61 | 0.57 |
| Hex | D4 | A4 | 4E | 0 | 17 | 3F | 11 | 27 | 3D | 39 |
| Octal | 324 | 244 | 116 | 0 | 27 | 77 | 21 | 47 | 75 | 71 |
| Binary | 11010100 | 10100100 | 1001110 | 0 | 10111 | 111111 | 10001 | 100111 | 111101 | 111001 |
Color Harmonies of #D4A44E
Complementary color
Monochromatic Colors of #D4A44E
Black with #D4A44E
Text Example
Text Example
White with #D4A44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A44E; }
p { color: rgb(212,164,78); }
H1.HeaderClassName
{
color: #D4A44E;
}
.AnyTagClassName
{
color: #D4A44E;
}
</style>
background-color css
<style>
a { background-color: #D4A44E; }
a { background-color: rgb(212,164,78); }
div.DivClassName
{
background-color: #D4A44E;
}
.BgClassName
{
background-color: #D4A44E;
}
</style>
border-color css
<style>
span { border-color: #D4A44E; }
span { border-color: rgb(212,164,78); }
td.TdClassName
{
border-color: #D4A44E;
}
.TagClassName
{
border-color: #D4A44E;
}
</style>