Shades of Apache #D2AE59
Tints of Apache #D2AE59
RGB
CMYK
RGB Variations
Color information
#D2AE59 (or 0xD2AE59) is known color: Apache. HEX triplet: D2, AE and 59. RGB value is (210,174,89). Sum of RGB (Red+Green+Blue) = 210+174+89=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AE59 is #2D51A6. Grayscale: #AFAFAF. Windows color (decimal): -2970023 or 5877458. OLE color: 5877458.
HSL color Cylindrical-coordinate representation of color #D2AE59: hue angle of 42.15º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2AE59 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 174 | 89 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.18 |
| HSL | 42.15º | 0.57% | 0.59% | - |
| HSV(B) | 42.15º | 0.58% | 0.82% | - |
| XYZ | 43.52 | 44.7 | 15.78 | - |
| YUV | 175.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 89 | 0 | 0.17 | 0.58 | 0.18 | 42.15 | 0.57 | 0.59 |
| Hex | D2 | AE | 59 | 0 | 11 | 3A | 12 | 2A | 39 | 3B |
| Octal | 322 | 256 | 131 | 0 | 21 | 72 | 22 | 52 | 71 | 73 |
| Binary | 11010010 | 10101110 | 1011001 | 0 | 10001 | 111010 | 10010 | 101010 | 111001 | 111011 |
Color Harmonies of #D2AE59
Complementary color
Monochromatic Colors of #D2AE59
Black with #D2AE59
Text Example
Text Example
White with #D2AE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AE59; }
p { color: rgb(210,174,89); }
H1.HeaderClassName
{
color: #D2AE59;
}
.AnyTagClassName
{
color: #D2AE59;
}
</style>
background-color css
<style>
a { background-color: #D2AE59; }
a { background-color: rgb(210,174,89); }
div.DivClassName
{
background-color: #D2AE59;
}
.BgClassName
{
background-color: #D2AE59;
}
</style>
border-color css
<style>
span { border-color: #D2AE59; }
span { border-color: rgb(210,174,89); }
td.TdClassName
{
border-color: #D2AE59;
}
.TagClassName
{
border-color: #D2AE59;
}
</style>