Shades of Apache #D4A24E
Tints of Apache #D4A24E
RGB
CMYK
RGB Variations
Color information
#D4A24E (or 0xD4A24E) is known color: Apache. HEX triplet: D4, A2 and 4E. RGB value is (212,162,78). Sum of RGB (Red+Green+Blue) = 212+162+78=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A24E is #2B5DB1. Grayscale: #A7A7A7. Windows color (decimal): -2842034 or 5153492. OLE color: 5153492.
HSL color Cylindrical-coordinate representation of color #D4A24E: hue angle of 37.61º 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 #D4A24E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 78 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.17 |
| HSL | 37.61º | 0.61% | 0.57% | - |
| HSV(B) | 37.61º | 0.63% | 0.83% | - |
| XYZ | 41.45 | 40.39 | 12.82 | - |
| YUV | 167.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 78 | 0 | 0.24 | 0.63 | 0.17 | 37.61 | 0.61 | 0.57 |
| Hex | D4 | A2 | 4E | 0 | 18 | 3F | 11 | 26 | 3D | 39 |
| Octal | 324 | 242 | 116 | 0 | 30 | 77 | 21 | 46 | 75 | 71 |
| Binary | 11010100 | 10100010 | 1001110 | 0 | 11000 | 111111 | 10001 | 100110 | 111101 | 111001 |
Color Harmonies of #D4A24E
Complementary color
Monochromatic Colors of #D4A24E
Black with #D4A24E
Text Example
Text Example
White with #D4A24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A24E; }
p { color: rgb(212,162,78); }
H1.HeaderClassName
{
color: #D4A24E;
}
.AnyTagClassName
{
color: #D4A24E;
}
</style>
background-color css
<style>
a { background-color: #D4A24E; }
a { background-color: rgb(212,162,78); }
div.DivClassName
{
background-color: #D4A24E;
}
.BgClassName
{
background-color: #D4A24E;
}
</style>
border-color css
<style>
span { border-color: #D4A24E; }
span { border-color: rgb(212,162,78); }
td.TdClassName
{
border-color: #D4A24E;
}
.TagClassName
{
border-color: #D4A24E;
}
</style>