Shades of Apache #D3A54E
Tints of Apache #D3A54E
RGB
CMYK
RGB Variations
Color information
#D3A54E (or 0xD3A54E) is known color: Apache. HEX triplet: D3, A5 and 4E. RGB value is (211,165,78). Sum of RGB (Red+Green+Blue) = 211+165+78=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A54E is #2C5AB1. Grayscale: #A9A9A9. Windows color (decimal): -2906802 or 5154259. OLE color: 5154259.
HSL color Cylindrical-coordinate representation of color #D3A54E: hue angle of 39.25º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3A54E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 165 | 78 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.17 |
| HSL | 39.25º | 0.6% | 0.57% | - |
| HSV(B) | 39.25º | 0.63% | 0.83% | - |
| XYZ | 41.69 | 41.31 | 12.98 | - |
| YUV | 168.84 | 76.74 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 78 | 0 | 0.22 | 0.63 | 0.17 | 39.25 | 0.6 | 0.57 |
| Hex | D3 | A5 | 4E | 0 | 16 | 3F | 11 | 27 | 3C | 39 |
| Octal | 323 | 245 | 116 | 0 | 26 | 77 | 21 | 47 | 74 | 71 |
| Binary | 11010011 | 10100101 | 1001110 | 0 | 10110 | 111111 | 10001 | 100111 | 111100 | 111001 |
Color Harmonies of #D3A54E
Complementary color
Monochromatic Colors of #D3A54E
Black with #D3A54E
Text Example
Text Example
White with #D3A54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A54E; }
p { color: rgb(211,165,78); }
H1.HeaderClassName
{
color: #D3A54E;
}
.AnyTagClassName
{
color: #D3A54E;
}
</style>
background-color css
<style>
a { background-color: #D3A54E; }
a { background-color: rgb(211,165,78); }
div.DivClassName
{
background-color: #D3A54E;
}
.BgClassName
{
background-color: #D3A54E;
}
</style>
border-color css
<style>
span { border-color: #D3A54E; }
span { border-color: rgb(211,165,78); }
td.TdClassName
{
border-color: #D3A54E;
}
.TagClassName
{
border-color: #D3A54E;
}
</style>