Shades of Apache #D4A764
Tints of Apache #D4A764
RGB
CMYK
RGB Variations
Color information
#D4A764 (or 0xD4A764) is known color: Apache. HEX triplet: D4, A7 and 64. RGB value is (212,167,100). Sum of RGB (Red+Green+Blue) = 212+167+100=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A764 is #2B589B. Grayscale: #ADADAD. Windows color (decimal): -2840732 or 6596564. OLE color: 6596564.
HSL color Cylindrical-coordinate representation of color #D4A764: hue angle of 35.89º 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 #D4A764 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 167 | 100 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.17 |
| HSL | 35.89º | 0.57% | 0.61% | - |
| HSV(B) | 35.89º | 0.53% | 0.83% | - |
| XYZ | 43.27 | 42.55 | 17.99 | - |
| YUV | 172.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 100 | 0 | 0.21 | 0.53 | 0.17 | 35.89 | 0.57 | 0.61 |
| Hex | D4 | A7 | 64 | 0 | 15 | 35 | 11 | 24 | 39 | 3D |
| Octal | 324 | 247 | 144 | 0 | 25 | 65 | 21 | 44 | 71 | 75 |
| Binary | 11010100 | 10100111 | 1100100 | 0 | 10101 | 110101 | 10001 | 100100 | 111001 | 111101 |
Color Harmonies of #D4A764
Complementary color
Monochromatic Colors of #D4A764
Black with #D4A764
Text Example
Text Example
White with #D4A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A764; }
p { color: rgb(212,167,100); }
H1.HeaderClassName
{
color: #D4A764;
}
.AnyTagClassName
{
color: #D4A764;
}
</style>
background-color css
<style>
a { background-color: #D4A764; }
a { background-color: rgb(212,167,100); }
div.DivClassName
{
background-color: #D4A764;
}
.BgClassName
{
background-color: #D4A764;
}
</style>
border-color css
<style>
span { border-color: #D4A764; }
span { border-color: rgb(212,167,100); }
td.TdClassName
{
border-color: #D4A764;
}
.TagClassName
{
border-color: #D4A764;
}
</style>