Shades of Apache #D0A45B
Tints of Apache #D0A45B
RGB
CMYK
RGB Variations
Color information
#D0A45B (or 0xD0A45B) is known color: Apache. HEX triplet: D0, A4 and 5B. RGB value is (208,164,91). Sum of RGB (Red+Green+Blue) = 208+164+91=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A45B is #2F5BA4. Grayscale: #A9A9A9. Windows color (decimal): -3103653 or 6005968. OLE color: 6005968.
HSL color Cylindrical-coordinate representation of color #D0A45B: hue angle of 37.44º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0A45B is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 164 | 91 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.18 |
| HSL | 37.44º | 0.55% | 0.59% | - |
| HSV(B) | 37.44º | 0.56% | 0.82% | - |
| XYZ | 41.18 | 40.72 | 15.59 | - |
| YUV | 168.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 164 | 91 | 0 | 0.21 | 0.56 | 0.18 | 37.44 | 0.55 | 0.59 |
| Hex | D0 | A4 | 5B | 0 | 15 | 38 | 12 | 25 | 37 | 3B |
| Octal | 320 | 244 | 133 | 0 | 25 | 70 | 22 | 45 | 67 | 73 |
| Binary | 11010000 | 10100100 | 1011011 | 0 | 10101 | 111000 | 10010 | 100101 | 110111 | 111011 |
Color Harmonies of #D0A45B
Complementary color
Monochromatic Colors of #D0A45B
Black with #D0A45B
Text Example
Text Example
White with #D0A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A45B; }
p { color: rgb(208,164,91); }
H1.HeaderClassName
{
color: #D0A45B;
}
.AnyTagClassName
{
color: #D0A45B;
}
</style>
background-color css
<style>
a { background-color: #D0A45B; }
a { background-color: rgb(208,164,91); }
div.DivClassName
{
background-color: #D0A45B;
}
.BgClassName
{
background-color: #D0A45B;
}
</style>
border-color css
<style>
span { border-color: #D0A45B; }
span { border-color: rgb(208,164,91); }
td.TdClassName
{
border-color: #D0A45B;
}
.TagClassName
{
border-color: #D0A45B;
}
</style>