Shades of Apache #D6AB61
Tints of Apache #D6AB61
RGB
CMYK
RGB Variations
Color information
#D6AB61 (or 0xD6AB61) is known color: Apache. HEX triplet: D6, AB and 61. RGB value is (214,171,97). Sum of RGB (Red+Green+Blue) = 214+171+97=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB61 is #29549E. Grayscale: #AFAFAF. Windows color (decimal): -2708639 or 6400982. OLE color: 6400982.
HSL color Cylindrical-coordinate representation of color #D6AB61: hue angle of 37.95º degrees, saturation: 0.59, 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 #D6AB61 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 97 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.16 |
| HSL | 37.95º | 0.59% | 0.61% | - |
| HSV(B) | 37.95º | 0.55% | 0.84% | - |
| XYZ | 44.45 | 44.29 | 17.51 | - |
| YUV | 175.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 97 | 0 | 0.20 | 0.55 | 0.16 | 37.95 | 0.59 | 0.61 |
| Hex | D6 | AB | 61 | 0 | 14 | 37 | 10 | 26 | 3B | 3D |
| Octal | 326 | 253 | 141 | 0 | 24 | 67 | 20 | 46 | 73 | 75 |
| Binary | 11010110 | 10101011 | 1100001 | 0 | 10100 | 110111 | 10000 | 100110 | 111011 | 111101 |
Color Harmonies of #D6AB61
Complementary color
Monochromatic Colors of #D6AB61
Black with #D6AB61
Text Example
Text Example
White with #D6AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB61; }
p { color: rgb(214,171,97); }
H1.HeaderClassName
{
color: #D6AB61;
}
.AnyTagClassName
{
color: #D6AB61;
}
</style>
background-color css
<style>
a { background-color: #D6AB61; }
a { background-color: rgb(214,171,97); }
div.DivClassName
{
background-color: #D6AB61;
}
.BgClassName
{
background-color: #D6AB61;
}
</style>
border-color css
<style>
span { border-color: #D6AB61; }
span { border-color: rgb(214,171,97); }
td.TdClassName
{
border-color: #D6AB61;
}
.TagClassName
{
border-color: #D6AB61;
}
</style>