Shades of Apache #D3A151
Tints of Apache #D3A151
RGB
CMYK
RGB Variations
Color information
#D3A151 (or 0xD3A151) is known color: Apache. HEX triplet: D3, A1 and 51. RGB value is (211,161,81). Sum of RGB (Red+Green+Blue) = 211+161+81=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A151 is #2C5EAE. Grayscale: #A7A7A7. Windows color (decimal): -2907823 or 5349843. OLE color: 5349843.
HSL color Cylindrical-coordinate representation of color #D3A151: hue angle of 36.92º 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 #D3A151 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 81 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.17 |
| HSL | 36.92º | 0.6% | 0.57% | - |
| HSV(B) | 36.92º | 0.62% | 0.83% | - |
| XYZ | 41.09 | 39.93 | 13.33 | - |
| YUV | 166.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 81 | 0 | 0.24 | 0.62 | 0.17 | 36.92 | 0.6 | 0.57 |
| Hex | D3 | A1 | 51 | 0 | 18 | 3E | 11 | 25 | 3C | 39 |
| Octal | 323 | 241 | 121 | 0 | 30 | 76 | 21 | 45 | 74 | 71 |
| Binary | 11010011 | 10100001 | 1010001 | 0 | 11000 | 111110 | 10001 | 100101 | 111100 | 111001 |
Color Harmonies of #D3A151
Complementary color
Monochromatic Colors of #D3A151
Black with #D3A151
Text Example
Text Example
White with #D3A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A151; }
p { color: rgb(211,161,81); }
H1.HeaderClassName
{
color: #D3A151;
}
.AnyTagClassName
{
color: #D3A151;
}
</style>
background-color css
<style>
a { background-color: #D3A151; }
a { background-color: rgb(211,161,81); }
div.DivClassName
{
background-color: #D3A151;
}
.BgClassName
{
background-color: #D3A151;
}
</style>
border-color css
<style>
span { border-color: #D3A151; }
span { border-color: rgb(211,161,81); }
td.TdClassName
{
border-color: #D3A151;
}
.TagClassName
{
border-color: #D3A151;
}
</style>