Shades of Apache #D7A962
Tints of Apache #D7A962
RGB
CMYK
RGB Variations
Color information
#D7A962 (or 0xD7A962) is known color: Apache. HEX triplet: D7, A9 and 62. RGB value is (215,169,98). Sum of RGB (Red+Green+Blue) = 215+169+98=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A962 is #28569D. Grayscale: #AEAEAE. Windows color (decimal): -2643614 or 6466007. OLE color: 6466007.
HSL color Cylindrical-coordinate representation of color #D7A962: hue angle of 36.41º 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 #D7A962 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 169 | 98 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.16 |
| HSL | 36.41º | 0.59% | 0.61% | - |
| HSV(B) | 36.41º | 0.54% | 0.84% | - |
| XYZ | 44.42 | 43.7 | 17.65 | - |
| YUV | 174.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 98 | 0 | 0.21 | 0.54 | 0.16 | 36.41 | 0.59 | 0.61 |
| Hex | D7 | A9 | 62 | 0 | 15 | 36 | 10 | 24 | 3B | 3D |
| Octal | 327 | 251 | 142 | 0 | 25 | 66 | 20 | 44 | 73 | 75 |
| Binary | 11010111 | 10101001 | 1100010 | 0 | 10101 | 110110 | 10000 | 100100 | 111011 | 111101 |
Color Harmonies of #D7A962
Complementary color
Monochromatic Colors of #D7A962
Black with #D7A962
Text Example
Text Example
White with #D7A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A962; }
p { color: rgb(215,169,98); }
H1.HeaderClassName
{
color: #D7A962;
}
.AnyTagClassName
{
color: #D7A962;
}
</style>
background-color css
<style>
a { background-color: #D7A962; }
a { background-color: rgb(215,169,98); }
div.DivClassName
{
background-color: #D7A962;
}
.BgClassName
{
background-color: #D7A962;
}
</style>
border-color css
<style>
span { border-color: #D7A962; }
span { border-color: rgb(215,169,98); }
td.TdClassName
{
border-color: #D7A962;
}
.TagClassName
{
border-color: #D7A962;
}
</style>