Shades of Apache #D3AB57
Tints of Apache #D3AB57
RGB
CMYK
RGB Variations
Color information
#D3AB57 (or 0xD3AB57) is known color: Apache. HEX triplet: D3, AB and 57. RGB value is (211,171,87). Sum of RGB (Red+Green+Blue) = 211+171+87=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB57 is #2C54A8. Grayscale: #ADADAD. Windows color (decimal): -2905257 or 5745619. OLE color: 5745619.
HSL color Cylindrical-coordinate representation of color #D3AB57: hue angle of 40.65º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3AB57 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 87 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.17 |
| HSL | 40.65º | 0.58% | 0.58% | - |
| HSV(B) | 40.65º | 0.59% | 0.83% | - |
| XYZ | 43.15 | 43.66 | 15.17 | - |
| YUV | 173.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 87 | 0 | 0.19 | 0.59 | 0.17 | 40.65 | 0.58 | 0.58 |
| Hex | D3 | AB | 57 | 0 | 13 | 3B | 11 | 29 | 3A | 3A |
| Octal | 323 | 253 | 127 | 0 | 23 | 73 | 21 | 51 | 72 | 72 |
| Binary | 11010011 | 10101011 | 1010111 | 0 | 10011 | 111011 | 10001 | 101001 | 111010 | 111010 |
Color Harmonies of #D3AB57
Complementary color
Monochromatic Colors of #D3AB57
Black with #D3AB57
Text Example
Text Example
White with #D3AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB57; }
p { color: rgb(211,171,87); }
H1.HeaderClassName
{
color: #D3AB57;
}
.AnyTagClassName
{
color: #D3AB57;
}
</style>
background-color css
<style>
a { background-color: #D3AB57; }
a { background-color: rgb(211,171,87); }
div.DivClassName
{
background-color: #D3AB57;
}
.BgClassName
{
background-color: #D3AB57;
}
</style>
border-color css
<style>
span { border-color: #D3AB57; }
span { border-color: rgb(211,171,87); }
td.TdClassName
{
border-color: #D3AB57;
}
.TagClassName
{
border-color: #D3AB57;
}
</style>