Shades of Apache #D2B159
Tints of Apache #D2B159
RGB
CMYK
RGB Variations
Color information
#D2B159 (or 0xD2B159) is known color: Apache. HEX triplet: D2, B1 and 59. RGB value is (210,177,89). Sum of RGB (Red+Green+Blue) = 210+177+89=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B159 is #2D4EA6. Grayscale: #B1B1B1. Windows color (decimal): -2969255 or 5878226. OLE color: 5878226.
HSL color Cylindrical-coordinate representation of color #D2B159: hue angle of 43.64º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2B159 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 89 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.18 |
| HSL | 43.64º | 0.57% | 0.59% | - |
| HSV(B) | 43.64º | 0.58% | 0.82% | - |
| XYZ | 44.1 | 45.87 | 15.98 | - |
| YUV | 176.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 89 | 0 | 0.16 | 0.58 | 0.18 | 43.64 | 0.57 | 0.59 |
| Hex | D2 | B1 | 59 | 0 | 10 | 3A | 12 | 2C | 39 | 3B |
| Octal | 322 | 261 | 131 | 0 | 20 | 72 | 22 | 54 | 71 | 73 |
| Binary | 11010010 | 10110001 | 1011001 | 0 | 10000 | 111010 | 10010 | 101100 | 111001 | 111011 |
Color Harmonies of #D2B159
Complementary color
Monochromatic Colors of #D2B159
Black with #D2B159
Text Example
Text Example
White with #D2B159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B159; }
p { color: rgb(210,177,89); }
H1.HeaderClassName
{
color: #D2B159;
}
.AnyTagClassName
{
color: #D2B159;
}
</style>
background-color css
<style>
a { background-color: #D2B159; }
a { background-color: rgb(210,177,89); }
div.DivClassName
{
background-color: #D2B159;
}
.BgClassName
{
background-color: #D2B159;
}
</style>
border-color css
<style>
span { border-color: #D2B159; }
span { border-color: rgb(210,177,89); }
td.TdClassName
{
border-color: #D2B159;
}
.TagClassName
{
border-color: #D2B159;
}
</style>