Shades of Apache #D1B056
Tints of Apache #D1B056
RGB
CMYK
RGB Variations
Color information
#D1B056 (or 0xD1B056) is known color: Apache. HEX triplet: D1, B0 and 56. RGB value is (209,176,86). Sum of RGB (Red+Green+Blue) = 209+176+86=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B056 is #2E4FA9. Grayscale: #B0B0B0. Windows color (decimal): -3035050 or 5681361. OLE color: 5681361.
HSL color Cylindrical-coordinate representation of color #D1B056: hue angle of 43.9º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1B056 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 176 | 86 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.18 |
| HSL | 43.9º | 0.57% | 0.58% | - |
| HSV(B) | 43.9º | 0.59% | 0.82% | - |
| XYZ | 43.5 | 45.28 | 15.25 | - |
| YUV | 175.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 86 | 0 | 0.16 | 0.59 | 0.18 | 43.9 | 0.57 | 0.58 |
| Hex | D1 | B0 | 56 | 0 | 10 | 3B | 12 | 2C | 39 | 3A |
| Octal | 321 | 260 | 126 | 0 | 20 | 73 | 22 | 54 | 71 | 72 |
| Binary | 11010001 | 10110000 | 1010110 | 0 | 10000 | 111011 | 10010 | 101100 | 111001 | 111010 |
Color Harmonies of #D1B056
Complementary color
Monochromatic Colors of #D1B056
Black with #D1B056
Text Example
Text Example
White with #D1B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B056; }
p { color: rgb(209,176,86); }
H1.HeaderClassName
{
color: #D1B056;
}
.AnyTagClassName
{
color: #D1B056;
}
</style>
background-color css
<style>
a { background-color: #D1B056; }
a { background-color: rgb(209,176,86); }
div.DivClassName
{
background-color: #D1B056;
}
.BgClassName
{
background-color: #D1B056;
}
</style>
border-color css
<style>
span { border-color: #D1B056; }
span { border-color: rgb(209,176,86); }
td.TdClassName
{
border-color: #D1B056;
}
.TagClassName
{
border-color: #D1B056;
}
</style>