Shades of Apache #D7A25A
Tints of Apache #D7A25A
RGB
CMYK
RGB Variations
Color information
#D7A25A (or 0xD7A25A) is known color: Apache. HEX triplet: D7, A2 and 5A. RGB value is (215,162,90). Sum of RGB (Red+Green+Blue) = 215+162+90=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A25A is #285DA5. Grayscale: #A9A9A9. Windows color (decimal): -2645414 or 5939927. OLE color: 5939927.
HSL color Cylindrical-coordinate representation of color #D7A25A: hue angle of 34.56º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7A25A is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 162 | 90 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.16 |
| HSL | 34.56º | 0.61% | 0.6% | - |
| HSV(B) | 34.56º | 0.58% | 0.84% | - |
| XYZ | 42.79 | 41.03 | 15.34 | - |
| YUV | 169.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 162 | 90 | 0 | 0.25 | 0.58 | 0.16 | 34.56 | 0.61 | 0.6 |
| Hex | D7 | A2 | 5A | 0 | 19 | 3A | 10 | 23 | 3D | 3C |
| Octal | 327 | 242 | 132 | 0 | 31 | 72 | 20 | 43 | 75 | 74 |
| Binary | 11010111 | 10100010 | 1011010 | 0 | 11001 | 111010 | 10000 | 100011 | 111101 | 111100 |
Color Harmonies of #D7A25A
Complementary color
Monochromatic Colors of #D7A25A
Black with #D7A25A
Text Example
Text Example
White with #D7A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A25A; }
p { color: rgb(215,162,90); }
H1.HeaderClassName
{
color: #D7A25A;
}
.AnyTagClassName
{
color: #D7A25A;
}
</style>
background-color css
<style>
a { background-color: #D7A25A; }
a { background-color: rgb(215,162,90); }
div.DivClassName
{
background-color: #D7A25A;
}
.BgClassName
{
background-color: #D7A25A;
}
</style>
border-color css
<style>
span { border-color: #D7A25A; }
span { border-color: rgb(215,162,90); }
td.TdClassName
{
border-color: #D7A25A;
}
.TagClassName
{
border-color: #D7A25A;
}
</style>