Shades of Apache #D2B053
Tints of Apache #D2B053
RGB
CMYK
RGB Variations
Color information
#D2B053 (or 0xD2B053) is known color: Apache. HEX triplet: D2, B0 and 53. RGB value is (210,176,83). Sum of RGB (Red+Green+Blue) = 210+176+83=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B053 is #2D4FAC. Grayscale: #AFAFAF. Windows color (decimal): -2969517 or 5484754. OLE color: 5484754.
HSL color Cylindrical-coordinate representation of color #D2B053: hue angle of 43.94º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2B053 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 83 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.18 |
| HSL | 43.94º | 0.59% | 0.57% | - |
| HSV(B) | 43.94º | 0.6% | 0.82% | - |
| XYZ | 43.67 | 45.38 | 14.64 | - |
| YUV | 175.56 | 75.76 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 83 | 0 | 0.16 | 0.60 | 0.18 | 43.94 | 0.59 | 0.57 |
| Hex | D2 | B0 | 53 | 0 | 10 | 3C | 12 | 2C | 3B | 39 |
| Octal | 322 | 260 | 123 | 0 | 20 | 74 | 22 | 54 | 73 | 71 |
| Binary | 11010010 | 10110000 | 1010011 | 0 | 10000 | 111100 | 10010 | 101100 | 111011 | 111001 |
Color Harmonies of #D2B053
Complementary color
Monochromatic Colors of #D2B053
Black with #D2B053
Text Example
Text Example
White with #D2B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B053; }
p { color: rgb(210,176,83); }
H1.HeaderClassName
{
color: #D2B053;
}
.AnyTagClassName
{
color: #D2B053;
}
</style>
background-color css
<style>
a { background-color: #D2B053; }
a { background-color: rgb(210,176,83); }
div.DivClassName
{
background-color: #D2B053;
}
.BgClassName
{
background-color: #D2B053;
}
</style>
border-color css
<style>
span { border-color: #D2B053; }
span { border-color: rgb(210,176,83); }
td.TdClassName
{
border-color: #D2B053;
}
.TagClassName
{
border-color: #D2B053;
}
</style>