Shades of Apache #D0A25D
Tints of Apache #D0A25D
RGB
CMYK
RGB Variations
Color information
#D0A25D (or 0xD0A25D) is known color: Apache. HEX triplet: D0, A2 and 5D. RGB value is (208,162,93). Sum of RGB (Red+Green+Blue) = 208+162+93=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A25D is #2F5DA2. Grayscale: #A8A8A8. Windows color (decimal): -3104163 or 6136528. OLE color: 6136528.
HSL color Cylindrical-coordinate representation of color #D0A25D: hue angle of 36º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0A25D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 93 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.18 |
| HSL | 36º | 0.55% | 0.59% | - |
| HSV(B) | 36º | 0.55% | 0.82% | - |
| XYZ | 40.91 | 40.04 | 15.93 | - |
| YUV | 167.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 93 | 0 | 0.22 | 0.55 | 0.18 | 36 | 0.55 | 0.59 |
| Hex | D0 | A2 | 5D | 0 | 16 | 37 | 12 | 24 | 37 | 3B |
| Octal | 320 | 242 | 135 | 0 | 26 | 67 | 22 | 44 | 67 | 73 |
| Binary | 11010000 | 10100010 | 1011101 | 0 | 10110 | 110111 | 10010 | 100100 | 110111 | 111011 |
Color Harmonies of #D0A25D
Complementary color
Monochromatic Colors of #D0A25D
Black with #D0A25D
Text Example
Text Example
White with #D0A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A25D; }
p { color: rgb(208,162,93); }
H1.HeaderClassName
{
color: #D0A25D;
}
.AnyTagClassName
{
color: #D0A25D;
}
</style>
background-color css
<style>
a { background-color: #D0A25D; }
a { background-color: rgb(208,162,93); }
div.DivClassName
{
background-color: #D0A25D;
}
.BgClassName
{
background-color: #D0A25D;
}
</style>
border-color css
<style>
span { border-color: #D0A25D; }
span { border-color: rgb(208,162,93); }
td.TdClassName
{
border-color: #D0A25D;
}
.TagClassName
{
border-color: #D0A25D;
}
</style>