Shades of Apache #D4A551
Tints of Apache #D4A551
RGB
CMYK
RGB Variations
Color information
#D4A551 (or 0xD4A551) is known color: Apache. HEX triplet: D4, A5 and 51. RGB value is (212,165,81). Sum of RGB (Red+Green+Blue) = 212+165+81=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A551 is #2B5AAE. Grayscale: #A9A9A9. Windows color (decimal): -2841263 or 5350868. OLE color: 5350868.
HSL color Cylindrical-coordinate representation of color #D4A551: hue angle of 38.47º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4A551 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 81 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.17 |
| HSL | 38.47º | 0.6% | 0.57% | - |
| HSV(B) | 38.47º | 0.62% | 0.83% | - |
| XYZ | 42.09 | 41.5 | 13.58 | - |
| YUV | 169.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 81 | 0 | 0.22 | 0.62 | 0.17 | 38.47 | 0.6 | 0.57 |
| Hex | D4 | A5 | 51 | 0 | 16 | 3E | 11 | 26 | 3C | 39 |
| Octal | 324 | 245 | 121 | 0 | 26 | 76 | 21 | 46 | 74 | 71 |
| Binary | 11010100 | 10100101 | 1010001 | 0 | 10110 | 111110 | 10001 | 100110 | 111100 | 111001 |
Color Harmonies of #D4A551
Complementary color
Monochromatic Colors of #D4A551
Black with #D4A551
Text Example
Text Example
White with #D4A551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A551; }
p { color: rgb(212,165,81); }
H1.HeaderClassName
{
color: #D4A551;
}
.AnyTagClassName
{
color: #D4A551;
}
</style>
background-color css
<style>
a { background-color: #D4A551; }
a { background-color: rgb(212,165,81); }
div.DivClassName
{
background-color: #D4A551;
}
.BgClassName
{
background-color: #D4A551;
}
</style>
border-color css
<style>
span { border-color: #D4A551; }
span { border-color: rgb(212,165,81); }
td.TdClassName
{
border-color: #D4A551;
}
.TagClassName
{
border-color: #D4A551;
}
</style>