Shades of Apache #D4A864
Tints of Apache #D4A864
RGB
CMYK
RGB Variations
Color information
#D4A864 (or 0xD4A864) is known color: Apache. HEX triplet: D4, A8 and 64. RGB value is (212,168,100). Sum of RGB (Red+Green+Blue) = 212+168+100=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A864 is #2B579B. Grayscale: #ADADAD. Windows color (decimal): -2840476 or 6596820. OLE color: 6596820.
HSL color Cylindrical-coordinate representation of color #D4A864: hue angle of 36.43º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4A864 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 100 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.17 |
| HSL | 36.43º | 0.57% | 0.61% | - |
| HSV(B) | 36.43º | 0.53% | 0.83% | - |
| XYZ | 43.45 | 42.92 | 18.05 | - |
| YUV | 173.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 100 | 0 | 0.21 | 0.53 | 0.17 | 36.43 | 0.57 | 0.61 |
| Hex | D4 | A8 | 64 | 0 | 15 | 35 | 11 | 24 | 39 | 3D |
| Octal | 324 | 250 | 144 | 0 | 25 | 65 | 21 | 44 | 71 | 75 |
| Binary | 11010100 | 10101000 | 1100100 | 0 | 10101 | 110101 | 10001 | 100100 | 111001 | 111101 |
Color Harmonies of #D4A864
Complementary color
Monochromatic Colors of #D4A864
Black with #D4A864
Text Example
Text Example
White with #D4A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A864; }
p { color: rgb(212,168,100); }
H1.HeaderClassName
{
color: #D4A864;
}
.AnyTagClassName
{
color: #D4A864;
}
</style>
background-color css
<style>
a { background-color: #D4A864; }
a { background-color: rgb(212,168,100); }
div.DivClassName
{
background-color: #D4A864;
}
.BgClassName
{
background-color: #D4A864;
}
</style>
border-color css
<style>
span { border-color: #D4A864; }
span { border-color: rgb(212,168,100); }
td.TdClassName
{
border-color: #D4A864;
}
.TagClassName
{
border-color: #D4A864;
}
</style>