Shades of Apache #D3AE58
Tints of Apache #D3AE58
RGB
CMYK
RGB Variations
Color information
#D3AE58 (or 0xD3AE58) is known color: Apache. HEX triplet: D3, AE and 58. RGB value is (211,174,88). Sum of RGB (Red+Green+Blue) = 211+174+88=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AE58 is #2C51A7. Grayscale: #AFAFAF. Windows color (decimal): -2904488 or 5811923. OLE color: 5811923.
HSL color Cylindrical-coordinate representation of color #D3AE58: hue angle of 41.95º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3AE58 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 88 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.17 |
| HSL | 41.95º | 0.58% | 0.59% | - |
| HSV(B) | 41.95º | 0.58% | 0.83% | - |
| XYZ | 43.76 | 44.83 | 15.58 | - |
| YUV | 175.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 88 | 0 | 0.18 | 0.58 | 0.17 | 41.95 | 0.58 | 0.59 |
| Hex | D3 | AE | 58 | 0 | 12 | 3A | 11 | 2A | 3A | 3B |
| Octal | 323 | 256 | 130 | 0 | 22 | 72 | 21 | 52 | 72 | 73 |
| Binary | 11010011 | 10101110 | 1011000 | 0 | 10010 | 111010 | 10001 | 101010 | 111010 | 111011 |
Color Harmonies of #D3AE58
Complementary color
Monochromatic Colors of #D3AE58
Black with #D3AE58
Text Example
Text Example
White with #D3AE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AE58; }
p { color: rgb(211,174,88); }
H1.HeaderClassName
{
color: #D3AE58;
}
.AnyTagClassName
{
color: #D3AE58;
}
</style>
background-color css
<style>
a { background-color: #D3AE58; }
a { background-color: rgb(211,174,88); }
div.DivClassName
{
background-color: #D3AE58;
}
.BgClassName
{
background-color: #D3AE58;
}
</style>
border-color css
<style>
span { border-color: #D3AE58; }
span { border-color: rgb(211,174,88); }
td.TdClassName
{
border-color: #D3AE58;
}
.TagClassName
{
border-color: #D3AE58;
}
</style>