Shades of Equator #DBB45D
Tints of Equator #DBB45D
RGB
CMYK
RGB Variations
Color information
#DBB45D (or 0xDBB45D) is known color: Equator. HEX triplet: DB, B4 and 5D. RGB value is (219,180,93). Sum of RGB (Red+Green+Blue) = 219+180+93=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB45D is #244BA2. Grayscale: #B6B6B6. Windows color (decimal): -2378659 or 6141147. OLE color: 6141147.
HSL color Cylindrical-coordinate representation of color #DBB45D: hue angle of 41.43º 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 #DBB45D is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 93 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.14 |
| HSL | 41.43º | 0.64% | 0.61% | - |
| HSV(B) | 41.43º | 0.58% | 0.86% | - |
| XYZ | 47.51 | 48.49 | 17.21 | - |
| YUV | 181.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 93 | 0 | 0.18 | 0.58 | 0.14 | 41.43 | 0.64 | 0.61 |
| Hex | DB | B4 | 5D | 0 | 12 | 3A | E | 29 | 40 | 3D |
| Octal | 333 | 264 | 135 | 0 | 22 | 72 | 16 | 51 | 100 | 75 |
| Binary | 11011011 | 10110100 | 1011101 | 0 | 10010 | 111010 | 1110 | 101001 | 1000000 | 111101 |
Color Harmonies of #DBB45D
Complementary color
Monochromatic Colors of #DBB45D
Black with #DBB45D
Text Example
Text Example
White with #DBB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB45D; }
p { color: rgb(219,180,93); }
H1.HeaderClassName
{
color: #DBB45D;
}
.AnyTagClassName
{
color: #DBB45D;
}
</style>
background-color css
<style>
a { background-color: #DBB45D; }
a { background-color: rgb(219,180,93); }
div.DivClassName
{
background-color: #DBB45D;
}
.BgClassName
{
background-color: #DBB45D;
}
</style>
border-color css
<style>
span { border-color: #DBB45D; }
span { border-color: rgb(219,180,93); }
td.TdClassName
{
border-color: #DBB45D;
}
.TagClassName
{
border-color: #DBB45D;
}
</style>