Shades of Equator #DBB55C
Tints of Equator #DBB55C
RGB
CMYK
RGB Variations
Color information
#DBB55C (or 0xDBB55C) is known color: Equator. HEX triplet: DB, B5 and 5C. RGB value is (219,181,92). Sum of RGB (Red+Green+Blue) = 219+181+92=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB55C is #244AA3. Grayscale: #B6B6B6. Windows color (decimal): -2378404 or 6075867. OLE color: 6075867.
HSL color Cylindrical-coordinate representation of color #DBB55C: hue angle of 42.05º 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 #DBB55C is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 92 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.14 |
| HSL | 42.05º | 0.64% | 0.61% | - |
| HSV(B) | 42.05º | 0.58% | 0.86% | - |
| XYZ | 47.67 | 48.88 | 17.05 | - |
| YUV | 182.22 | 77.09 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 92 | 0 | 0.17 | 0.58 | 0.14 | 42.05 | 0.64 | 0.61 |
| Hex | DB | B5 | 5C | 0 | 11 | 3A | E | 2A | 40 | 3D |
| Octal | 333 | 265 | 134 | 0 | 21 | 72 | 16 | 52 | 100 | 75 |
| Binary | 11011011 | 10110101 | 1011100 | 0 | 10001 | 111010 | 1110 | 101010 | 1000000 | 111101 |
Color Harmonies of #DBB55C
Complementary color
Monochromatic Colors of #DBB55C
Black with #DBB55C
Text Example
Text Example
White with #DBB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB55C; }
p { color: rgb(219,181,92); }
H1.HeaderClassName
{
color: #DBB55C;
}
.AnyTagClassName
{
color: #DBB55C;
}
</style>
background-color css
<style>
a { background-color: #DBB55C; }
a { background-color: rgb(219,181,92); }
div.DivClassName
{
background-color: #DBB55C;
}
.BgClassName
{
background-color: #DBB55C;
}
</style>
border-color css
<style>
span { border-color: #DBB55C; }
span { border-color: rgb(219,181,92); }
td.TdClassName
{
border-color: #DBB55C;
}
.TagClassName
{
border-color: #DBB55C;
}
</style>