Shades of Starship #DBE53E
Tints of Starship #DBE53E
RGB
CMYK
RGB Variations
Color information
#DBE53E (or 0xDBE53E) is known color: Starship. HEX triplet: DB, E5 and 3E. RGB value is (219,229,62). Sum of RGB (Red+Green+Blue) = 219+229+62=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE53E is #241AC1. Grayscale: #CFCFCF. Windows color (decimal): -2366146 or 4122075. OLE color: 4122075.
HSL color Cylindrical-coordinate representation of color #DBE53E: hue angle of 63.59º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE53E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 62 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.10 |
| HSL | 63.59º | 0.76% | 0.57% | - |
| HSV(B) | 63.59º | 0.73% | 0.9% | - |
| XYZ | 58.1 | 71.45 | 15.29 | - |
| YUV | 206.97 | 46.19 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 62 | 0.04 | 0 | 0.73 | 0.10 | 63.59 | 0.76 | 0.57 |
| Hex | DB | E5 | 3E | 4 | 0 | 49 | A | 40 | 4C | 39 |
| Octal | 333 | 345 | 76 | 4 | 0 | 111 | 12 | 100 | 114 | 71 |
| Binary | 11011011 | 11100101 | 111110 | 100 | 0 | 1001001 | 1010 | 1000000 | 1001100 | 111001 |
Color Harmonies of #DBE53E
Complementary color
Monochromatic Colors of #DBE53E
Black with #DBE53E
Text Example
Text Example
White with #DBE53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE53E; }
p { color: rgb(219,229,62); }
H1.HeaderClassName
{
color: #DBE53E;
}
.AnyTagClassName
{
color: #DBE53E;
}
</style>
background-color css
<style>
a { background-color: #DBE53E; }
a { background-color: rgb(219,229,62); }
div.DivClassName
{
background-color: #DBE53E;
}
.BgClassName
{
background-color: #DBE53E;
}
</style>
border-color css
<style>
span { border-color: #DBE53E; }
span { border-color: rgb(219,229,62); }
td.TdClassName
{
border-color: #DBE53E;
}
.TagClassName
{
border-color: #DBE53E;
}
</style>