Shades of Apache #D7AB62
Tints of Apache #D7AB62
RGB
CMYK
RGB Variations
Color information
#D7AB62 (or 0xD7AB62) is known color: Apache. HEX triplet: D7, AB and 62. RGB value is (215,171,98). Sum of RGB (Red+Green+Blue) = 215+171+98=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB62 is #28549D. Grayscale: #B0B0B0. Windows color (decimal): -2643102 or 6466519. OLE color: 6466519.
HSL color Cylindrical-coordinate representation of color #D7AB62: hue angle of 37.44º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D7AB62 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 171 | 98 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.16 |
| HSL | 37.44º | 0.59% | 0.61% | - |
| HSV(B) | 37.44º | 0.54% | 0.84% | - |
| XYZ | 44.79 | 44.45 | 17.78 | - |
| YUV | 175.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 98 | 0 | 0.20 | 0.54 | 0.16 | 37.44 | 0.59 | 0.61 |
| Hex | D7 | AB | 62 | 0 | 14 | 36 | 10 | 25 | 3B | 3D |
| Octal | 327 | 253 | 142 | 0 | 24 | 66 | 20 | 45 | 73 | 75 |
| Binary | 11010111 | 10101011 | 1100010 | 0 | 10100 | 110110 | 10000 | 100101 | 111011 | 111101 |
Color Harmonies of #D7AB62
Complementary color
Monochromatic Colors of #D7AB62
Black with #D7AB62
Text Example
Text Example
White with #D7AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AB62; }
p { color: rgb(215,171,98); }
H1.HeaderClassName
{
color: #D7AB62;
}
.AnyTagClassName
{
color: #D7AB62;
}
</style>
background-color css
<style>
a { background-color: #D7AB62; }
a { background-color: rgb(215,171,98); }
div.DivClassName
{
background-color: #D7AB62;
}
.BgClassName
{
background-color: #D7AB62;
}
</style>
border-color css
<style>
span { border-color: #D7AB62; }
span { border-color: rgb(215,171,98); }
td.TdClassName
{
border-color: #D7AB62;
}
.TagClassName
{
border-color: #D7AB62;
}
</style>