Shades of Apache #D1B05E
Tints of Apache #D1B05E
RGB
CMYK
RGB Variations
Color information
#D1B05E (or 0xD1B05E) is known color: Apache. HEX triplet: D1, B0 and 5E. RGB value is (209,176,94). Sum of RGB (Red+Green+Blue) = 209+176+94=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B05E is #2E4FA1. Grayscale: #B0B0B0. Windows color (decimal): -3035042 or 6205649. OLE color: 6205649.
HSL color Cylindrical-coordinate representation of color #D1B05E: hue angle of 42.78º degrees, saturation: 0.56, 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 #D1B05E is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 94 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.18 |
| HSL | 42.78º | 0.56% | 0.59% | - |
| HSV(B) | 42.78º | 0.55% | 0.82% | - |
| XYZ | 43.84 | 45.41 | 17.04 | - |
| YUV | 176.52 | 81.43 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 94 | 0 | 0.16 | 0.55 | 0.18 | 42.78 | 0.56 | 0.59 |
| Hex | D1 | B0 | 5E | 0 | 10 | 37 | 12 | 2B | 38 | 3B |
| Octal | 321 | 260 | 136 | 0 | 20 | 67 | 22 | 53 | 70 | 73 |
| Binary | 11010001 | 10110000 | 1011110 | 0 | 10000 | 110111 | 10010 | 101011 | 111000 | 111011 |
Color Harmonies of #D1B05E
Complementary color
Monochromatic Colors of #D1B05E
Black with #D1B05E
Text Example
Text Example
White with #D1B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B05E; }
p { color: rgb(209,176,94); }
H1.HeaderClassName
{
color: #D1B05E;
}
.AnyTagClassName
{
color: #D1B05E;
}
</style>
background-color css
<style>
a { background-color: #D1B05E; }
a { background-color: rgb(209,176,94); }
div.DivClassName
{
background-color: #D1B05E;
}
.BgClassName
{
background-color: #D1B05E;
}
</style>
border-color css
<style>
span { border-color: #D1B05E; }
span { border-color: rgb(209,176,94); }
td.TdClassName
{
border-color: #D1B05E;
}
.TagClassName
{
border-color: #D1B05E;
}
</style>