Shades of Apache #D0B053
Tints of Apache #D0B053
RGB
CMYK
RGB Variations
Color information
#D0B053 (or 0xD0B053) is known color: Apache. HEX triplet: D0, B0 and 53. RGB value is (208,176,83). Sum of RGB (Red+Green+Blue) = 208+176+83=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B053 is #2F4FAC. Grayscale: #AFAFAF. Windows color (decimal): -3100589 or 5484752. OLE color: 5484752.
HSL color Cylindrical-coordinate representation of color #D0B053: hue angle of 44.64º degrees, saturation: 0.57, 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 #D0B053 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 176 | 83 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.18 |
| HSL | 44.64º | 0.57% | 0.57% | - |
| HSV(B) | 44.64º | 0.6% | 0.82% | - |
| XYZ | 43.1 | 45.09 | 14.61 | - |
| YUV | 174.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 83 | 0 | 0.15 | 0.60 | 0.18 | 44.64 | 0.57 | 0.57 |
| Hex | D0 | B0 | 53 | 0 | F | 3C | 12 | 2D | 39 | 39 |
| Octal | 320 | 260 | 123 | 0 | 17 | 74 | 22 | 55 | 71 | 71 |
| Binary | 11010000 | 10110000 | 1010011 | 0 | 1111 | 111100 | 10010 | 101101 | 111001 | 111001 |
Color Harmonies of #D0B053
Complementary color
Monochromatic Colors of #D0B053
Black with #D0B053
Text Example
Text Example
White with #D0B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B053; }
p { color: rgb(208,176,83); }
H1.HeaderClassName
{
color: #D0B053;
}
.AnyTagClassName
{
color: #D0B053;
}
</style>
background-color css
<style>
a { background-color: #D0B053; }
a { background-color: rgb(208,176,83); }
div.DivClassName
{
background-color: #D0B053;
}
.BgClassName
{
background-color: #D0B053;
}
</style>
border-color css
<style>
span { border-color: #D0B053; }
span { border-color: rgb(208,176,83); }
td.TdClassName
{
border-color: #D0B053;
}
.TagClassName
{
border-color: #D0B053;
}
</style>