Shades of Apache #D0A25C
Tints of Apache #D0A25C
RGB
CMYK
RGB Variations
Color information
#D0A25C (or 0xD0A25C) is known color: Apache. HEX triplet: D0, A2 and 5C. RGB value is (208,162,92). Sum of RGB (Red+Green+Blue) = 208+162+92=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A25C is #2F5DA3. Grayscale: #A8A8A8. Windows color (decimal): -3104164 or 6070992. OLE color: 6070992.
HSL color Cylindrical-coordinate representation of color #D0A25C: hue angle of 36.21º 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 #D0A25C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 92 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.18 |
| HSL | 36.21º | 0.55% | 0.59% | - |
| HSV(B) | 36.21º | 0.56% | 0.82% | - |
| XYZ | 40.86 | 40.02 | 15.7 | - |
| YUV | 167.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 92 | 0 | 0.22 | 0.56 | 0.18 | 36.21 | 0.55 | 0.59 |
| Hex | D0 | A2 | 5C | 0 | 16 | 38 | 12 | 24 | 37 | 3B |
| Octal | 320 | 242 | 134 | 0 | 26 | 70 | 22 | 44 | 67 | 73 |
| Binary | 11010000 | 10100010 | 1011100 | 0 | 10110 | 111000 | 10010 | 100100 | 110111 | 111011 |
Color Harmonies of #D0A25C
Complementary color
Monochromatic Colors of #D0A25C
Black with #D0A25C
Text Example
Text Example
White with #D0A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A25C; }
p { color: rgb(208,162,92); }
H1.HeaderClassName
{
color: #D0A25C;
}
.AnyTagClassName
{
color: #D0A25C;
}
</style>
background-color css
<style>
a { background-color: #D0A25C; }
a { background-color: rgb(208,162,92); }
div.DivClassName
{
background-color: #D0A25C;
}
.BgClassName
{
background-color: #D0A25C;
}
</style>
border-color css
<style>
span { border-color: #D0A25C; }
span { border-color: rgb(208,162,92); }
td.TdClassName
{
border-color: #D0A25C;
}
.TagClassName
{
border-color: #D0A25C;
}
</style>