Shades of Apache #D2B154
Tints of Apache #D2B154
RGB
CMYK
RGB Variations
Color information
#D2B154 (or 0xD2B154) is known color: Apache. HEX triplet: D2, B1 and 54. RGB value is (210,177,84). Sum of RGB (Red+Green+Blue) = 210+177+84=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B154 is #2D4EAB. Grayscale: #B0B0B0. Windows color (decimal): -2969260 or 5550546. OLE color: 5550546.
HSL color Cylindrical-coordinate representation of color #D2B154: hue angle of 44.29º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2B154 is Cyan = 0, Magento = 0.16, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 84 | - |
| CMYK | 0 | 0.16 | 0.6 | 0.18 |
| HSL | 44.29º | 0.58% | 0.58% | - |
| HSV(B) | 44.29º | 0.6% | 0.82% | - |
| XYZ | 43.9 | 45.79 | 14.91 | - |
| YUV | 176.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 84 | 0 | 0.16 | 0.6 | 0.18 | 44.29 | 0.58 | 0.58 |
| Hex | D2 | B1 | 54 | 0 | 10 | 3C | 12 | 2C | 3A | 3A |
| Octal | 322 | 261 | 124 | 0 | 20 | 74 | 22 | 54 | 72 | 72 |
| Binary | 11010010 | 10110001 | 1010100 | 0 | 10000 | 111100 | 10010 | 101100 | 111010 | 111010 |
Color Harmonies of #D2B154
Complementary color
Monochromatic Colors of #D2B154
Black with #D2B154
Text Example
Text Example
White with #D2B154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B154; }
p { color: rgb(210,177,84); }
H1.HeaderClassName
{
color: #D2B154;
}
.AnyTagClassName
{
color: #D2B154;
}
</style>
background-color css
<style>
a { background-color: #D2B154; }
a { background-color: rgb(210,177,84); }
div.DivClassName
{
background-color: #D2B154;
}
.BgClassName
{
background-color: #D2B154;
}
</style>
border-color css
<style>
span { border-color: #D2B154; }
span { border-color: rgb(210,177,84); }
td.TdClassName
{
border-color: #D2B154;
}
.TagClassName
{
border-color: #D2B154;
}
</style>