Shades of Apache #D4AF55
Tints of Apache #D4AF55
RGB
CMYK
RGB Variations
Color information
#D4AF55 (or 0xD4AF55) is known color: Apache. HEX triplet: D4, AF and 55. RGB value is (212,175,85). Sum of RGB (Red+Green+Blue) = 212+175+85=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF55 is #2B50AA. Grayscale: #B0B0B0. Windows color (decimal): -2838699 or 5615572. OLE color: 5615572.
HSL color Cylindrical-coordinate representation of color #D4AF55: hue angle of 42.52º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4AF55 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 85 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.17 |
| HSL | 42.52º | 0.6% | 0.58% | - |
| HSV(B) | 42.52º | 0.6% | 0.83% | - |
| XYZ | 44.12 | 45.31 | 15.02 | - |
| YUV | 175.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 85 | 0 | 0.17 | 0.60 | 0.17 | 42.52 | 0.6 | 0.58 |
| Hex | D4 | AF | 55 | 0 | 11 | 3C | 11 | 2B | 3C | 3A |
| Octal | 324 | 257 | 125 | 0 | 21 | 74 | 21 | 53 | 74 | 72 |
| Binary | 11010100 | 10101111 | 1010101 | 0 | 10001 | 111100 | 10001 | 101011 | 111100 | 111010 |
Color Harmonies of #D4AF55
Complementary color
Monochromatic Colors of #D4AF55
Black with #D4AF55
Text Example
Text Example
White with #D4AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF55; }
p { color: rgb(212,175,85); }
H1.HeaderClassName
{
color: #D4AF55;
}
.AnyTagClassName
{
color: #D4AF55;
}
</style>
background-color css
<style>
a { background-color: #D4AF55; }
a { background-color: rgb(212,175,85); }
div.DivClassName
{
background-color: #D4AF55;
}
.BgClassName
{
background-color: #D4AF55;
}
</style>
border-color css
<style>
span { border-color: #D4AF55; }
span { border-color: rgb(212,175,85); }
td.TdClassName
{
border-color: #D4AF55;
}
.TagClassName
{
border-color: #D4AF55;
}
</style>