Shades of Apache #D0AB5D
Tints of Apache #D0AB5D
RGB
CMYK
RGB Variations
Color information
#D0AB5D (or 0xD0AB5D) is known color: Apache. HEX triplet: D0, AB and 5D. RGB value is (208,171,93). Sum of RGB (Red+Green+Blue) = 208+171+93=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB5D is #2F54A2. Grayscale: #ADADAD. Windows color (decimal): -3101859 or 6138832. OLE color: 6138832.
HSL color Cylindrical-coordinate representation of color #D0AB5D: hue angle of 40.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0AB5D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 93 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.18 |
| HSL | 40.7º | 0.55% | 0.59% | - |
| HSV(B) | 40.7º | 0.55% | 0.82% | - |
| XYZ | 42.55 | 43.33 | 16.48 | - |
| YUV | 173.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 93 | 0 | 0.18 | 0.55 | 0.18 | 40.7 | 0.55 | 0.59 |
| Hex | D0 | AB | 5D | 0 | 12 | 37 | 12 | 29 | 37 | 3B |
| Octal | 320 | 253 | 135 | 0 | 22 | 67 | 22 | 51 | 67 | 73 |
| Binary | 11010000 | 10101011 | 1011101 | 0 | 10010 | 110111 | 10010 | 101001 | 110111 | 111011 |
Color Harmonies of #D0AB5D
Complementary color
Monochromatic Colors of #D0AB5D
Black with #D0AB5D
Text Example
Text Example
White with #D0AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB5D; }
p { color: rgb(208,171,93); }
H1.HeaderClassName
{
color: #D0AB5D;
}
.AnyTagClassName
{
color: #D0AB5D;
}
</style>
background-color css
<style>
a { background-color: #D0AB5D; }
a { background-color: rgb(208,171,93); }
div.DivClassName
{
background-color: #D0AB5D;
}
.BgClassName
{
background-color: #D0AB5D;
}
</style>
border-color css
<style>
span { border-color: #D0AB5D; }
span { border-color: rgb(208,171,93); }
td.TdClassName
{
border-color: #D0AB5D;
}
.TagClassName
{
border-color: #D0AB5D;
}
</style>