Shades of Apache #D0A25B
Tints of Apache #D0A25B
RGB
CMYK
RGB Variations
Color information
#D0A25B (or 0xD0A25B) is known color: Apache. HEX triplet: D0, A2 and 5B. RGB value is (208,162,91). Sum of RGB (Red+Green+Blue) = 208+162+91=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A25B is #2F5DA4. Grayscale: #A7A7A7. Windows color (decimal): -3104165 or 6005456. OLE color: 6005456.
HSL color Cylindrical-coordinate representation of color #D0A25B: hue angle of 36.41º 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 #D0A25B is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 91 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.18 |
| HSL | 36.41º | 0.55% | 0.59% | - |
| HSV(B) | 36.41º | 0.56% | 0.82% | - |
| XYZ | 40.82 | 40.01 | 15.47 | - |
| YUV | 167.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 91 | 0 | 0.22 | 0.56 | 0.18 | 36.41 | 0.55 | 0.59 |
| Hex | D0 | A2 | 5B | 0 | 16 | 38 | 12 | 24 | 37 | 3B |
| Octal | 320 | 242 | 133 | 0 | 26 | 70 | 22 | 44 | 67 | 73 |
| Binary | 11010000 | 10100010 | 1011011 | 0 | 10110 | 111000 | 10010 | 100100 | 110111 | 111011 |
Color Harmonies of #D0A25B
Complementary color
Monochromatic Colors of #D0A25B
Black with #D0A25B
Text Example
Text Example
White with #D0A25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A25B; }
p { color: rgb(208,162,91); }
H1.HeaderClassName
{
color: #D0A25B;
}
.AnyTagClassName
{
color: #D0A25B;
}
</style>
background-color css
<style>
a { background-color: #D0A25B; }
a { background-color: rgb(208,162,91); }
div.DivClassName
{
background-color: #D0A25B;
}
.BgClassName
{
background-color: #D0A25B;
}
</style>
border-color css
<style>
span { border-color: #D0A25B; }
span { border-color: rgb(208,162,91); }
td.TdClassName
{
border-color: #D0A25B;
}
.TagClassName
{
border-color: #D0A25B;
}
</style>