Shades of Starship #DBE53F
Tints of Starship #DBE53F
RGB
CMYK
RGB Variations
Color information
#DBE53F (or 0xDBE53F) is known color: Starship. HEX triplet: DB, E5 and 3F. RGB value is (219,229,63). Sum of RGB (Red+Green+Blue) = 219+229+63=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE53F is #241AC0. Grayscale: #CFCFCF. Windows color (decimal): -2366145 or 4187611. OLE color: 4187611.
HSL color Cylindrical-coordinate representation of color #DBE53F: hue angle of 63.61º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE53F is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 63 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.10 |
| HSL | 63.61º | 0.76% | 0.57% | - |
| HSV(B) | 63.61º | 0.72% | 0.9% | - |
| XYZ | 58.13 | 71.46 | 15.43 | - |
| YUV | 207.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 63 | 0.04 | 0 | 0.72 | 0.10 | 63.61 | 0.76 | 0.57 |
| Hex | DB | E5 | 3F | 4 | 0 | 48 | A | 40 | 4C | 39 |
| Octal | 333 | 345 | 77 | 4 | 0 | 110 | 12 | 100 | 114 | 71 |
| Binary | 11011011 | 11100101 | 111111 | 100 | 0 | 1001000 | 1010 | 1000000 | 1001100 | 111001 |
Color Harmonies of #DBE53F
Complementary color
Monochromatic Colors of #DBE53F
Black with #DBE53F
Text Example
Text Example
White with #DBE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE53F; }
p { color: rgb(219,229,63); }
H1.HeaderClassName
{
color: #DBE53F;
}
.AnyTagClassName
{
color: #DBE53F;
}
</style>
background-color css
<style>
a { background-color: #DBE53F; }
a { background-color: rgb(219,229,63); }
div.DivClassName
{
background-color: #DBE53F;
}
.BgClassName
{
background-color: #DBE53F;
}
</style>
border-color css
<style>
span { border-color: #DBE53F; }
span { border-color: rgb(219,229,63); }
td.TdClassName
{
border-color: #DBE53F;
}
.TagClassName
{
border-color: #DBE53F;
}
</style>