Shades of Apache #D0AD5B
Tints of Apache #D0AD5B
RGB
CMYK
RGB Variations
Color information
#D0AD5B (or 0xD0AD5B) is known color: Apache. HEX triplet: D0, AD and 5B. RGB value is (208,173,91). Sum of RGB (Red+Green+Blue) = 208+173+91=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD5B is #2F52A4. Grayscale: #AEAEAE. Windows color (decimal): -3101349 or 6008272. OLE color: 6008272.
HSL color Cylindrical-coordinate representation of color #D0AD5B: hue angle of 42.05º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0AD5B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 91 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.18 |
| HSL | 42.05º | 0.55% | 0.59% | - |
| HSV(B) | 42.05º | 0.56% | 0.82% | - |
| XYZ | 42.84 | 44.05 | 16.14 | - |
| YUV | 174.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 91 | 0 | 0.17 | 0.56 | 0.18 | 42.05 | 0.55 | 0.59 |
| Hex | D0 | AD | 5B | 0 | 11 | 38 | 12 | 2A | 37 | 3B |
| Octal | 320 | 255 | 133 | 0 | 21 | 70 | 22 | 52 | 67 | 73 |
| Binary | 11010000 | 10101101 | 1011011 | 0 | 10001 | 111000 | 10010 | 101010 | 110111 | 111011 |
Color Harmonies of #D0AD5B
Complementary color
Monochromatic Colors of #D0AD5B
Black with #D0AD5B
Text Example
Text Example
White with #D0AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD5B; }
p { color: rgb(208,173,91); }
H1.HeaderClassName
{
color: #D0AD5B;
}
.AnyTagClassName
{
color: #D0AD5B;
}
</style>
background-color css
<style>
a { background-color: #D0AD5B; }
a { background-color: rgb(208,173,91); }
div.DivClassName
{
background-color: #D0AD5B;
}
.BgClassName
{
background-color: #D0AD5B;
}
</style>
border-color css
<style>
span { border-color: #D0AD5B; }
span { border-color: rgb(208,173,91); }
td.TdClassName
{
border-color: #D0AD5B;
}
.TagClassName
{
border-color: #D0AD5B;
}
</style>