Shades of Equator #DBB05D
Tints of Equator #DBB05D
RGB
CMYK
RGB Variations
Color information
#DBB05D (or 0xDBB05D) is known color: Equator. HEX triplet: DB, B0 and 5D. RGB value is (219,176,93). Sum of RGB (Red+Green+Blue) = 219+176+93=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB05D is #244FA2. Grayscale: #B3B3B3. Windows color (decimal): -2379683 or 6140123. OLE color: 6140123.
HSL color Cylindrical-coordinate representation of color #DBB05D: hue angle of 39.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBB05D is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 93 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.14 |
| HSL | 39.52º | 0.64% | 0.61% | - |
| HSV(B) | 39.52º | 0.58% | 0.86% | - |
| XYZ | 46.71 | 46.9 | 16.95 | - |
| YUV | 179.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 93 | 0 | 0.20 | 0.58 | 0.14 | 39.52 | 0.64 | 0.61 |
| Hex | DB | B0 | 5D | 0 | 14 | 3A | E | 28 | 40 | 3D |
| Octal | 333 | 260 | 135 | 0 | 24 | 72 | 16 | 50 | 100 | 75 |
| Binary | 11011011 | 10110000 | 1011101 | 0 | 10100 | 111010 | 1110 | 101000 | 1000000 | 111101 |
Color Harmonies of #DBB05D
Complementary color
Monochromatic Colors of #DBB05D
Black with #DBB05D
Text Example
Text Example
White with #DBB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB05D; }
p { color: rgb(219,176,93); }
H1.HeaderClassName
{
color: #DBB05D;
}
.AnyTagClassName
{
color: #DBB05D;
}
</style>
background-color css
<style>
a { background-color: #DBB05D; }
a { background-color: rgb(219,176,93); }
div.DivClassName
{
background-color: #DBB05D;
}
.BgClassName
{
background-color: #DBB05D;
}
</style>
border-color css
<style>
span { border-color: #DBB05D; }
span { border-color: rgb(219,176,93); }
td.TdClassName
{
border-color: #DBB05D;
}
.TagClassName
{
border-color: #DBB05D;
}
</style>