Shades of Apache #D1B156
Tints of Apache #D1B156
RGB
CMYK
RGB Variations
Color information
#D1B156 (or 0xD1B156) is known color: Apache. HEX triplet: D1, B1 and 56. RGB value is (209,177,86). Sum of RGB (Red+Green+Blue) = 209+177+86=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B156 is #2E4EA9. Grayscale: #B0B0B0. Windows color (decimal): -3034794 or 5681617. OLE color: 5681617.
HSL color Cylindrical-coordinate representation of color #D1B156: hue angle of 44.39º 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 #D1B156 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 86 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.18 |
| HSL | 44.39º | 0.57% | 0.58% | - |
| HSV(B) | 44.39º | 0.59% | 0.82% | - |
| XYZ | 43.7 | 45.67 | 15.32 | - |
| YUV | 176.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 86 | 0 | 0.15 | 0.59 | 0.18 | 44.39 | 0.57 | 0.58 |
| Hex | D1 | B1 | 56 | 0 | F | 3B | 12 | 2C | 39 | 3A |
| Octal | 321 | 261 | 126 | 0 | 17 | 73 | 22 | 54 | 71 | 72 |
| Binary | 11010001 | 10110001 | 1010110 | 0 | 1111 | 111011 | 10010 | 101100 | 111001 | 111010 |
Color Harmonies of #D1B156
Complementary color
Monochromatic Colors of #D1B156
Black with #D1B156
Text Example
Text Example
White with #D1B156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B156; }
p { color: rgb(209,177,86); }
H1.HeaderClassName
{
color: #D1B156;
}
.AnyTagClassName
{
color: #D1B156;
}
</style>
background-color css
<style>
a { background-color: #D1B156; }
a { background-color: rgb(209,177,86); }
div.DivClassName
{
background-color: #D1B156;
}
.BgClassName
{
background-color: #D1B156;
}
</style>
border-color css
<style>
span { border-color: #D1B156; }
span { border-color: rgb(209,177,86); }
td.TdClassName
{
border-color: #D1B156;
}
.TagClassName
{
border-color: #D1B156;
}
</style>