Shades of Apache #D3AB61
Tints of Apache #D3AB61
RGB
CMYK
RGB Variations
Color information
#D3AB61 (or 0xD3AB61) is known color: Apache. HEX triplet: D3, AB and 61. RGB value is (211,171,97). Sum of RGB (Red+Green+Blue) = 211+171+97=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB61 is #2C549E. Grayscale: #AEAEAE. Windows color (decimal): -2905247 or 6400979. OLE color: 6400979.
HSL color Cylindrical-coordinate representation of color #D3AB61: hue angle of 38.95º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3AB61 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 97 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.17 |
| HSL | 38.95º | 0.56% | 0.6% | - |
| HSV(B) | 38.95º | 0.54% | 0.83% | - |
| XYZ | 43.58 | 43.84 | 17.47 | - |
| YUV | 174.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 97 | 0 | 0.19 | 0.54 | 0.17 | 38.95 | 0.56 | 0.6 |
| Hex | D3 | AB | 61 | 0 | 13 | 36 | 11 | 27 | 38 | 3C |
| Octal | 323 | 253 | 141 | 0 | 23 | 66 | 21 | 47 | 70 | 74 |
| Binary | 11010011 | 10101011 | 1100001 | 0 | 10011 | 110110 | 10001 | 100111 | 111000 | 111100 |
Color Harmonies of #D3AB61
Complementary color
Monochromatic Colors of #D3AB61
Black with #D3AB61
Text Example
Text Example
White with #D3AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB61; }
p { color: rgb(211,171,97); }
H1.HeaderClassName
{
color: #D3AB61;
}
.AnyTagClassName
{
color: #D3AB61;
}
</style>
background-color css
<style>
a { background-color: #D3AB61; }
a { background-color: rgb(211,171,97); }
div.DivClassName
{
background-color: #D3AB61;
}
.BgClassName
{
background-color: #D3AB61;
}
</style>
border-color css
<style>
span { border-color: #D3AB61; }
span { border-color: rgb(211,171,97); }
td.TdClassName
{
border-color: #D3AB61;
}
.TagClassName
{
border-color: #D3AB61;
}
</style>