Shades of Apache #D0B05D
Tints of Apache #D0B05D
RGB
CMYK
RGB Variations
Color information
#D0B05D (or 0xD0B05D) is known color: Apache. HEX triplet: D0, B0 and 5D. RGB value is (208,176,93). Sum of RGB (Red+Green+Blue) = 208+176+93=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B05D is #2F4FA2. Grayscale: #B0B0B0. Windows color (decimal): -3100579 or 6140112. OLE color: 6140112.
HSL color Cylindrical-coordinate representation of color #D0B05D: hue angle of 43.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0B05D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 176 | 93 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.18 |
| HSL | 43.3º | 0.55% | 0.59% | - |
| HSV(B) | 43.3º | 0.55% | 0.82% | - |
| XYZ | 43.51 | 45.25 | 16.8 | - |
| YUV | 176.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 93 | 0 | 0.15 | 0.55 | 0.18 | 43.3 | 0.55 | 0.59 |
| Hex | D0 | B0 | 5D | 0 | F | 37 | 12 | 2B | 37 | 3B |
| Octal | 320 | 260 | 135 | 0 | 17 | 67 | 22 | 53 | 67 | 73 |
| Binary | 11010000 | 10110000 | 1011101 | 0 | 1111 | 110111 | 10010 | 101011 | 110111 | 111011 |
Color Harmonies of #D0B05D
Complementary color
Monochromatic Colors of #D0B05D
Black with #D0B05D
Text Example
Text Example
White with #D0B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B05D; }
p { color: rgb(208,176,93); }
H1.HeaderClassName
{
color: #D0B05D;
}
.AnyTagClassName
{
color: #D0B05D;
}
</style>
background-color css
<style>
a { background-color: #D0B05D; }
a { background-color: rgb(208,176,93); }
div.DivClassName
{
background-color: #D0B05D;
}
.BgClassName
{
background-color: #D0B05D;
}
</style>
border-color css
<style>
span { border-color: #D0B05D; }
span { border-color: rgb(208,176,93); }
td.TdClassName
{
border-color: #D0B05D;
}
.TagClassName
{
border-color: #D0B05D;
}
</style>