Shades of Starship #DBE53D
Tints of Starship #DBE53D
RGB
CMYK
RGB Variations
Color information
#DBE53D (or 0xDBE53D) is known color: Starship. HEX triplet: DB, E5 and 3D. RGB value is (219,229,61). Sum of RGB (Red+Green+Blue) = 219+229+61=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE53D is #241AC2. Grayscale: #CFCFCF. Windows color (decimal): -2366147 or 4056539. OLE color: 4056539.
HSL color Cylindrical-coordinate representation of color #DBE53D: hue angle of 63.57º 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 #DBE53D is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 61 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.10 |
| HSL | 63.57º | 0.76% | 0.57% | - |
| HSV(B) | 63.57º | 0.73% | 0.9% | - |
| XYZ | 58.08 | 71.44 | 15.14 | - |
| YUV | 206.86 | 45.69 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 61 | 0.04 | 0 | 0.73 | 0.10 | 63.57 | 0.76 | 0.57 |
| Hex | DB | E5 | 3D | 4 | 0 | 49 | A | 40 | 4C | 39 |
| Octal | 333 | 345 | 75 | 4 | 0 | 111 | 12 | 100 | 114 | 71 |
| Binary | 11011011 | 11100101 | 111101 | 100 | 0 | 1001001 | 1010 | 1000000 | 1001100 | 111001 |
Color Harmonies of #DBE53D
Complementary color
Monochromatic Colors of #DBE53D
Black with #DBE53D
Text Example
Text Example
White with #DBE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE53D; }
p { color: rgb(219,229,61); }
H1.HeaderClassName
{
color: #DBE53D;
}
.AnyTagClassName
{
color: #DBE53D;
}
</style>
background-color css
<style>
a { background-color: #DBE53D; }
a { background-color: rgb(219,229,61); }
div.DivClassName
{
background-color: #DBE53D;
}
.BgClassName
{
background-color: #DBE53D;
}
</style>
border-color css
<style>
span { border-color: #DBE53D; }
span { border-color: rgb(219,229,61); }
td.TdClassName
{
border-color: #DBE53D;
}
.TagClassName
{
border-color: #DBE53D;
}
</style>