Shades of Apache #D4A24D
Tints of Apache #D4A24D
RGB
CMYK
RGB Variations
Color information
#D4A24D (or 0xD4A24D) is known color: Apache. HEX triplet: D4, A2 and 4D. RGB value is (212,162,77). Sum of RGB (Red+Green+Blue) = 212+162+77=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A24D is #2B5DB2. Grayscale: #A7A7A7. Windows color (decimal): -2842035 or 5087956. OLE color: 5087956.
HSL color Cylindrical-coordinate representation of color #D4A24D: hue angle of 37.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4A24D is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 77 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.17 |
| HSL | 37.78º | 0.61% | 0.57% | - |
| HSV(B) | 37.78º | 0.64% | 0.83% | - |
| XYZ | 41.41 | 40.37 | 12.63 | - |
| YUV | 167.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 77 | 0 | 0.24 | 0.64 | 0.17 | 37.78 | 0.61 | 0.57 |
| Hex | D4 | A2 | 4D | 0 | 18 | 40 | 11 | 26 | 3D | 39 |
| Octal | 324 | 242 | 115 | 0 | 30 | 100 | 21 | 46 | 75 | 71 |
| Binary | 11010100 | 10100010 | 1001101 | 0 | 11000 | 1000000 | 10001 | 100110 | 111101 | 111001 |
Color Harmonies of #D4A24D
Complementary color
Monochromatic Colors of #D4A24D
Black with #D4A24D
Text Example
Text Example
White with #D4A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A24D; }
p { color: rgb(212,162,77); }
H1.HeaderClassName
{
color: #D4A24D;
}
.AnyTagClassName
{
color: #D4A24D;
}
</style>
background-color css
<style>
a { background-color: #D4A24D; }
a { background-color: rgb(212,162,77); }
div.DivClassName
{
background-color: #D4A24D;
}
.BgClassName
{
background-color: #D4A24D;
}
</style>
border-color css
<style>
span { border-color: #D4A24D; }
span { border-color: rgb(212,162,77); }
td.TdClassName
{
border-color: #D4A24D;
}
.TagClassName
{
border-color: #D4A24D;
}
</style>