Shades of Apache #D4AA60
Tints of Apache #D4AA60
RGB
CMYK
RGB Variations
Color information
#D4AA60 (or 0xD4AA60) is known color: Apache. HEX triplet: D4, AA and 60. RGB value is (212,170,96). Sum of RGB (Red+Green+Blue) = 212+170+96=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA60 is #2B559F. Grayscale: #AEAEAE. Windows color (decimal): -2839968 or 6335188. OLE color: 6335188.
HSL color Cylindrical-coordinate representation of color #D4AA60: hue angle of 38.28º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4AA60 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 96 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.17 |
| HSL | 38.28º | 0.57% | 0.6% | - |
| HSV(B) | 38.28º | 0.55% | 0.83% | - |
| XYZ | 43.64 | 43.59 | 17.18 | - |
| YUV | 174.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 96 | 0 | 0.20 | 0.55 | 0.17 | 38.28 | 0.57 | 0.6 |
| Hex | D4 | AA | 60 | 0 | 14 | 37 | 11 | 26 | 39 | 3C |
| Octal | 324 | 252 | 140 | 0 | 24 | 67 | 21 | 46 | 71 | 74 |
| Binary | 11010100 | 10101010 | 1100000 | 0 | 10100 | 110111 | 10001 | 100110 | 111001 | 111100 |
Color Harmonies of #D4AA60
Complementary color
Monochromatic Colors of #D4AA60
Black with #D4AA60
Text Example
Text Example
White with #D4AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA60; }
p { color: rgb(212,170,96); }
H1.HeaderClassName
{
color: #D4AA60;
}
.AnyTagClassName
{
color: #D4AA60;
}
</style>
background-color css
<style>
a { background-color: #D4AA60; }
a { background-color: rgb(212,170,96); }
div.DivClassName
{
background-color: #D4AA60;
}
.BgClassName
{
background-color: #D4AA60;
}
</style>
border-color css
<style>
span { border-color: #D4AA60; }
span { border-color: rgb(212,170,96); }
td.TdClassName
{
border-color: #D4AA60;
}
.TagClassName
{
border-color: #D4AA60;
}
</style>