Shades of Apache #D2AD54
Tints of Apache #D2AD54
RGB
CMYK
RGB Variations
Color information
#D2AD54 (or 0xD2AD54) is known color: Apache. HEX triplet: D2, AD and 54. RGB value is (210,173,84). Sum of RGB (Red+Green+Blue) = 210+173+84=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD54 is #2D52AB. Grayscale: #AEAEAE. Windows color (decimal): -2970284 or 5549522. OLE color: 5549522.
HSL color Cylindrical-coordinate representation of color #D2AD54: hue angle of 42.38º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2AD54 is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 84 | - |
| CMYK | 0 | 0.18 | 0.6 | 0.18 |
| HSL | 42.38º | 0.58% | 0.58% | - |
| HSV(B) | 42.38º | 0.6% | 0.82% | - |
| XYZ | 43.12 | 44.23 | 14.65 | - |
| YUV | 173.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 84 | 0 | 0.18 | 0.6 | 0.18 | 42.38 | 0.58 | 0.58 |
| Hex | D2 | AD | 54 | 0 | 12 | 3C | 12 | 2A | 3A | 3A |
| Octal | 322 | 255 | 124 | 0 | 22 | 74 | 22 | 52 | 72 | 72 |
| Binary | 11010010 | 10101101 | 1010100 | 0 | 10010 | 111100 | 10010 | 101010 | 111010 | 111010 |
Color Harmonies of #D2AD54
Complementary color
Monochromatic Colors of #D2AD54
Black with #D2AD54
Text Example
Text Example
White with #D2AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD54; }
p { color: rgb(210,173,84); }
H1.HeaderClassName
{
color: #D2AD54;
}
.AnyTagClassName
{
color: #D2AD54;
}
</style>
background-color css
<style>
a { background-color: #D2AD54; }
a { background-color: rgb(210,173,84); }
div.DivClassName
{
background-color: #D2AD54;
}
.BgClassName
{
background-color: #D2AD54;
}
</style>
border-color css
<style>
span { border-color: #D2AD54; }
span { border-color: rgb(210,173,84); }
td.TdClassName
{
border-color: #D2AD54;
}
.TagClassName
{
border-color: #D2AD54;
}
</style>