Shades of Starship #DBE044
Tints of Starship #DBE044
RGB
CMYK
RGB Variations
Color information
#DBE044 (or 0xDBE044) is known color: Starship. HEX triplet: DB, E0 and 44. RGB value is (219,224,68). Sum of RGB (Red+Green+Blue) = 219+224+68=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 68 (26.95% from 255 or 13.31% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE044 is #241FBB. Grayscale: #CDCDCD. Windows color (decimal): -2367420 or 4514011. OLE color: 4514011.
HSL color Cylindrical-coordinate representation of color #DBE044: hue angle of 61.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBE044 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 68 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.12 |
| HSL | 61.92º | 0.72% | 0.57% | - |
| HSV(B) | 61.92º | 0.7% | 0.88% | - |
| XYZ | 56.91 | 68.79 | 15.75 | - |
| YUV | 204.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 68 | 0.02 | 0 | 0.70 | 0.12 | 61.92 | 0.72 | 0.57 |
| Hex | DB | E0 | 44 | 2 | 0 | 46 | C | 3E | 48 | 39 |
| Octal | 333 | 340 | 104 | 2 | 0 | 106 | 14 | 76 | 110 | 71 |
| Binary | 11011011 | 11100000 | 1000100 | 10 | 0 | 1000110 | 1100 | 111110 | 1001000 | 111001 |
Color Harmonies of #DBE044
Complementary color
Monochromatic Colors of #DBE044
Black with #DBE044
Text Example
Text Example
White with #DBE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE044; }
p { color: rgb(219,224,68); }
H1.HeaderClassName
{
color: #DBE044;
}
.AnyTagClassName
{
color: #DBE044;
}
</style>
background-color css
<style>
a { background-color: #DBE044; }
a { background-color: rgb(219,224,68); }
div.DivClassName
{
background-color: #DBE044;
}
.BgClassName
{
background-color: #DBE044;
}
</style>
border-color css
<style>
span { border-color: #DBE044; }
span { border-color: rgb(219,224,68); }
td.TdClassName
{
border-color: #DBE044;
}
.TagClassName
{
border-color: #DBE044;
}
</style>