Shades of Apache #D4AA56
Tints of Apache #D4AA56
RGB
CMYK
RGB Variations
Color information
#D4AA56 (or 0xD4AA56) is known color: Apache. HEX triplet: D4, AA and 56. RGB value is (212,170,86). Sum of RGB (Red+Green+Blue) = 212+170+86=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA56 is #2B55A9. Grayscale: #ADADAD. Windows color (decimal): -2839978 or 5679828. OLE color: 5679828.
HSL color Cylindrical-coordinate representation of color #D4AA56: hue angle of 40º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4AA56 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 86 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.17 |
| HSL | 40º | 0.59% | 0.58% | - |
| HSV(B) | 40º | 0.59% | 0.83% | - |
| XYZ | 43.21 | 43.42 | 14.91 | - |
| YUV | 172.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 86 | 0 | 0.20 | 0.59 | 0.17 | 40 | 0.59 | 0.58 |
| Hex | D4 | AA | 56 | 0 | 14 | 3B | 11 | 28 | 3B | 3A |
| Octal | 324 | 252 | 126 | 0 | 24 | 73 | 21 | 50 | 73 | 72 |
| Binary | 11010100 | 10101010 | 1010110 | 0 | 10100 | 111011 | 10001 | 101000 | 111011 | 111010 |
Color Harmonies of #D4AA56
Complementary color
Monochromatic Colors of #D4AA56
Black with #D4AA56
Text Example
Text Example
White with #D4AA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA56; }
p { color: rgb(212,170,86); }
H1.HeaderClassName
{
color: #D4AA56;
}
.AnyTagClassName
{
color: #D4AA56;
}
</style>
background-color css
<style>
a { background-color: #D4AA56; }
a { background-color: rgb(212,170,86); }
div.DivClassName
{
background-color: #D4AA56;
}
.BgClassName
{
background-color: #D4AA56;
}
</style>
border-color css
<style>
span { border-color: #D4AA56; }
span { border-color: rgb(212,170,86); }
td.TdClassName
{
border-color: #D4AA56;
}
.TagClassName
{
border-color: #D4AA56;
}
</style>