Shades of Apache #D7A461
Tints of Apache #D7A461
RGB
CMYK
RGB Variations
Color information
#D7A461 (or 0xD7A461) is known color: Apache. HEX triplet: D7, A4 and 61. RGB value is (215,164,97). Sum of RGB (Red+Green+Blue) = 215+164+97=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A461 is #285B9E. Grayscale: #ABABAB. Windows color (decimal): -2644895 or 6399191. OLE color: 6399191.
HSL color Cylindrical-coordinate representation of color #D7A461: hue angle of 34.07º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D7A461 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 97 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.16 |
| HSL | 34.07º | 0.6% | 0.61% | - |
| HSV(B) | 34.07º | 0.55% | 0.84% | - |
| XYZ | 43.46 | 41.86 | 17.1 | - |
| YUV | 171.61 | 85.9 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 97 | 0 | 0.24 | 0.55 | 0.16 | 34.07 | 0.6 | 0.61 |
| Hex | D7 | A4 | 61 | 0 | 18 | 37 | 10 | 22 | 3C | 3D |
| Octal | 327 | 244 | 141 | 0 | 30 | 67 | 20 | 42 | 74 | 75 |
| Binary | 11010111 | 10100100 | 1100001 | 0 | 11000 | 110111 | 10000 | 100010 | 111100 | 111101 |
Color Harmonies of #D7A461
Complementary color
Monochromatic Colors of #D7A461
Black with #D7A461
Text Example
Text Example
White with #D7A461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A461; }
p { color: rgb(215,164,97); }
H1.HeaderClassName
{
color: #D7A461;
}
.AnyTagClassName
{
color: #D7A461;
}
</style>
background-color css
<style>
a { background-color: #D7A461; }
a { background-color: rgb(215,164,97); }
div.DivClassName
{
background-color: #D7A461;
}
.BgClassName
{
background-color: #D7A461;
}
</style>
border-color css
<style>
span { border-color: #D7A461; }
span { border-color: rgb(215,164,97); }
td.TdClassName
{
border-color: #D7A461;
}
.TagClassName
{
border-color: #D7A461;
}
</style>