Shades of Apache #D4A455
Tints of Apache #D4A455
RGB
CMYK
RGB Variations
Color information
#D4A455 (or 0xD4A455) is known color: Apache. HEX triplet: D4, A4 and 55. RGB value is (212,164,85). Sum of RGB (Red+Green+Blue) = 212+164+85=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A455 is #2B5BAA. Grayscale: #A9A9A9. Windows color (decimal): -2841515 or 5612756. OLE color: 5612756.
HSL color Cylindrical-coordinate representation of color #D4A455: hue angle of 37.32º 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 #D4A455 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 85 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.17 |
| HSL | 37.32º | 0.6% | 0.58% | - |
| HSV(B) | 37.32º | 0.6% | 0.83% | - |
| XYZ | 42.07 | 41.2 | 14.33 | - |
| YUV | 169.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 85 | 0 | 0.23 | 0.60 | 0.17 | 37.32 | 0.6 | 0.58 |
| Hex | D4 | A4 | 55 | 0 | 17 | 3C | 11 | 25 | 3C | 3A |
| Octal | 324 | 244 | 125 | 0 | 27 | 74 | 21 | 45 | 74 | 72 |
| Binary | 11010100 | 10100100 | 1010101 | 0 | 10111 | 111100 | 10001 | 100101 | 111100 | 111010 |
Color Harmonies of #D4A455
Complementary color
Monochromatic Colors of #D4A455
Black with #D4A455
Text Example
Text Example
White with #D4A455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A455; }
p { color: rgb(212,164,85); }
H1.HeaderClassName
{
color: #D4A455;
}
.AnyTagClassName
{
color: #D4A455;
}
</style>
background-color css
<style>
a { background-color: #D4A455; }
a { background-color: rgb(212,164,85); }
div.DivClassName
{
background-color: #D4A455;
}
.BgClassName
{
background-color: #D4A455;
}
</style>
border-color css
<style>
span { border-color: #D4A455; }
span { border-color: rgb(212,164,85); }
td.TdClassName
{
border-color: #D4A455;
}
.TagClassName
{
border-color: #D4A455;
}
</style>