Shades of Apache #D2B156
Tints of Apache #D2B156
RGB
CMYK
RGB Variations
Color information
#D2B156 (or 0xD2B156) is known color: Apache. HEX triplet: D2, B1 and 56. RGB value is (210,177,86). Sum of RGB (Red+Green+Blue) = 210+177+86=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B156 is #2D4EA9. Grayscale: #B0B0B0. Windows color (decimal): -2969258 or 5681618. OLE color: 5681618.
HSL color Cylindrical-coordinate representation of color #D2B156: hue angle of 44.03º degrees, saturation: 0.58, 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 #D2B156 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 86 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.18 |
| HSL | 44.03º | 0.58% | 0.58% | - |
| HSV(B) | 44.03º | 0.59% | 0.82% | - |
| XYZ | 43.98 | 45.82 | 15.33 | - |
| YUV | 176.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 86 | 0 | 0.16 | 0.59 | 0.18 | 44.03 | 0.58 | 0.58 |
| Hex | D2 | B1 | 56 | 0 | 10 | 3B | 12 | 2C | 3A | 3A |
| Octal | 322 | 261 | 126 | 0 | 20 | 73 | 22 | 54 | 72 | 72 |
| Binary | 11010010 | 10110001 | 1010110 | 0 | 10000 | 111011 | 10010 | 101100 | 111010 | 111010 |
Color Harmonies of #D2B156
Complementary color
Monochromatic Colors of #D2B156
Black with #D2B156
Text Example
Text Example
White with #D2B156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B156; }
p { color: rgb(210,177,86); }
H1.HeaderClassName
{
color: #D2B156;
}
.AnyTagClassName
{
color: #D2B156;
}
</style>
background-color css
<style>
a { background-color: #D2B156; }
a { background-color: rgb(210,177,86); }
div.DivClassName
{
background-color: #D2B156;
}
.BgClassName
{
background-color: #D2B156;
}
</style>
border-color css
<style>
span { border-color: #D2B156; }
span { border-color: rgb(210,177,86); }
td.TdClassName
{
border-color: #D2B156;
}
.TagClassName
{
border-color: #D2B156;
}
</style>