Shades of Apache #D4A552
Tints of Apache #D4A552
RGB
CMYK
RGB Variations
Color information
#D4A552 (or 0xD4A552) is known color: Apache. HEX triplet: D4, A5 and 52. RGB value is (212,165,82). Sum of RGB (Red+Green+Blue) = 212+165+82=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A552 is #2B5AAD. Grayscale: #A9A9A9. Windows color (decimal): -2841262 or 5416404. OLE color: 5416404.
HSL color Cylindrical-coordinate representation of color #D4A552: hue angle of 38.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4A552 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 82 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.17 |
| HSL | 38.31º | 0.6% | 0.58% | - |
| HSV(B) | 38.31º | 0.61% | 0.83% | - |
| XYZ | 42.13 | 41.52 | 13.78 | - |
| YUV | 169.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 82 | 0 | 0.22 | 0.61 | 0.17 | 38.31 | 0.6 | 0.58 |
| Hex | D4 | A5 | 52 | 0 | 16 | 3D | 11 | 26 | 3C | 3A |
| Octal | 324 | 245 | 122 | 0 | 26 | 75 | 21 | 46 | 74 | 72 |
| Binary | 11010100 | 10100101 | 1010010 | 0 | 10110 | 111101 | 10001 | 100110 | 111100 | 111010 |
Color Harmonies of #D4A552
Complementary color
Monochromatic Colors of #D4A552
Black with #D4A552
Text Example
Text Example
White with #D4A552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A552; }
p { color: rgb(212,165,82); }
H1.HeaderClassName
{
color: #D4A552;
}
.AnyTagClassName
{
color: #D4A552;
}
</style>
background-color css
<style>
a { background-color: #D4A552; }
a { background-color: rgb(212,165,82); }
div.DivClassName
{
background-color: #D4A552;
}
.BgClassName
{
background-color: #D4A552;
}
</style>
border-color css
<style>
span { border-color: #D4A552; }
span { border-color: rgb(212,165,82); }
td.TdClassName
{
border-color: #D4A552;
}
.TagClassName
{
border-color: #D4A552;
}
</style>