Shades of Apache #D0AE54
Tints of Apache #D0AE54
RGB
CMYK
RGB Variations
Color information
#D0AE54 (or 0xD0AE54) is known color: Apache. HEX triplet: D0, AE and 54. RGB value is (208,174,84). Sum of RGB (Red+Green+Blue) = 208+174+84=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE54 is #2F51AB. Grayscale: #AEAEAE. Windows color (decimal): -3101100 or 5549776. OLE color: 5549776.
HSL color Cylindrical-coordinate representation of color #D0AE54: hue angle of 43.55º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0AE54 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 84 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.18 |
| HSL | 43.55º | 0.57% | 0.57% | - |
| HSV(B) | 43.55º | 0.6% | 0.82% | - |
| XYZ | 42.75 | 44.32 | 14.69 | - |
| YUV | 173.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 84 | 0 | 0.16 | 0.60 | 0.18 | 43.55 | 0.57 | 0.57 |
| Hex | D0 | AE | 54 | 0 | 10 | 3C | 12 | 2C | 39 | 39 |
| Octal | 320 | 256 | 124 | 0 | 20 | 74 | 22 | 54 | 71 | 71 |
| Binary | 11010000 | 10101110 | 1010100 | 0 | 10000 | 111100 | 10010 | 101100 | 111001 | 111001 |
Color Harmonies of #D0AE54
Complementary color
Monochromatic Colors of #D0AE54
Black with #D0AE54
Text Example
Text Example
White with #D0AE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AE54; }
p { color: rgb(208,174,84); }
H1.HeaderClassName
{
color: #D0AE54;
}
.AnyTagClassName
{
color: #D0AE54;
}
</style>
background-color css
<style>
a { background-color: #D0AE54; }
a { background-color: rgb(208,174,84); }
div.DivClassName
{
background-color: #D0AE54;
}
.BgClassName
{
background-color: #D0AE54;
}
</style>
border-color css
<style>
span { border-color: #D0AE54; }
span { border-color: rgb(208,174,84); }
td.TdClassName
{
border-color: #D0AE54;
}
.TagClassName
{
border-color: #D0AE54;
}
</style>