Shades of Apache #D0B05B
Tints of Apache #D0B05B
RGB
CMYK
RGB Variations
Color information
#D0B05B (or 0xD0B05B) is known color: Apache. HEX triplet: D0, B0 and 5B. RGB value is (208,176,91). Sum of RGB (Red+Green+Blue) = 208+176+91=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B05B is #2F4FA4. Grayscale: #B0B0B0. Windows color (decimal): -3100581 or 6009040. OLE color: 6009040.
HSL color Cylindrical-coordinate representation of color #D0B05B: hue angle of 43.59º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0B05B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 176 | 91 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.18 |
| HSL | 43.59º | 0.55% | 0.59% | - |
| HSV(B) | 43.59º | 0.56% | 0.82% | - |
| XYZ | 43.43 | 45.22 | 16.34 | - |
| YUV | 175.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 91 | 0 | 0.15 | 0.56 | 0.18 | 43.59 | 0.55 | 0.59 |
| Hex | D0 | B0 | 5B | 0 | F | 38 | 12 | 2C | 37 | 3B |
| Octal | 320 | 260 | 133 | 0 | 17 | 70 | 22 | 54 | 67 | 73 |
| Binary | 11010000 | 10110000 | 1011011 | 0 | 1111 | 111000 | 10010 | 101100 | 110111 | 111011 |
Color Harmonies of #D0B05B
Complementary color
Monochromatic Colors of #D0B05B
Black with #D0B05B
Text Example
Text Example
White with #D0B05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B05B; }
p { color: rgb(208,176,91); }
H1.HeaderClassName
{
color: #D0B05B;
}
.AnyTagClassName
{
color: #D0B05B;
}
</style>
background-color css
<style>
a { background-color: #D0B05B; }
a { background-color: rgb(208,176,91); }
div.DivClassName
{
background-color: #D0B05B;
}
.BgClassName
{
background-color: #D0B05B;
}
</style>
border-color css
<style>
span { border-color: #D0B05B; }
span { border-color: rgb(208,176,91); }
td.TdClassName
{
border-color: #D0B05B;
}
.TagClassName
{
border-color: #D0B05B;
}
</style>