Shades of Apache #D5AB60
Tints of Apache #D5AB60
RGB
CMYK
RGB Variations
Color information
#D5AB60 (or 0xD5AB60) is known color: Apache. HEX triplet: D5, AB and 60. RGB value is (213,171,96). Sum of RGB (Red+Green+Blue) = 213+171+96=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB60 is #2A549F. Grayscale: #AFAFAF. Windows color (decimal): -2774176 or 6335445. OLE color: 6335445.
HSL color Cylindrical-coordinate representation of color #D5AB60: hue angle of 38.46º degrees, saturation: 0.58, 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 #D5AB60 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 96 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.16 |
| HSL | 38.46º | 0.58% | 0.61% | - |
| HSV(B) | 38.46º | 0.55% | 0.84% | - |
| XYZ | 44.11 | 44.12 | 17.26 | - |
| YUV | 175.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 96 | 0 | 0.20 | 0.55 | 0.16 | 38.46 | 0.58 | 0.61 |
| Hex | D5 | AB | 60 | 0 | 14 | 37 | 10 | 26 | 3A | 3D |
| Octal | 325 | 253 | 140 | 0 | 24 | 67 | 20 | 46 | 72 | 75 |
| Binary | 11010101 | 10101011 | 1100000 | 0 | 10100 | 110111 | 10000 | 100110 | 111010 | 111101 |
Color Harmonies of #D5AB60
Complementary color
Monochromatic Colors of #D5AB60
Black with #D5AB60
Text Example
Text Example
White with #D5AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB60; }
p { color: rgb(213,171,96); }
H1.HeaderClassName
{
color: #D5AB60;
}
.AnyTagClassName
{
color: #D5AB60;
}
</style>
background-color css
<style>
a { background-color: #D5AB60; }
a { background-color: rgb(213,171,96); }
div.DivClassName
{
background-color: #D5AB60;
}
.BgClassName
{
background-color: #D5AB60;
}
</style>
border-color css
<style>
span { border-color: #D5AB60; }
span { border-color: rgb(213,171,96); }
td.TdClassName
{
border-color: #D5AB60;
}
.TagClassName
{
border-color: #D5AB60;
}
</style>