Shades of Starship #DBE144
Tints of Starship #DBE144
RGB
CMYK
RGB Variations
Color information
#DBE144 (or 0xDBE144) is known color: Starship. HEX triplet: DB, E1 and 44. RGB value is (219,225,68). Sum of RGB (Red+Green+Blue) = 219+225+68=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE144 is #241EBB. Grayscale: #CDCDCD. Windows color (decimal): -2367164 or 4514267. OLE color: 4514267.
HSL color Cylindrical-coordinate representation of color #DBE144: hue angle of 62.29º 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 #DBE144 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 68 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.12 |
| HSL | 62.29º | 0.72% | 0.57% | - |
| HSV(B) | 62.29º | 0.7% | 0.88% | - |
| XYZ | 57.18 | 69.33 | 15.84 | - |
| YUV | 205.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 68 | 0.03 | 0 | 0.70 | 0.12 | 62.29 | 0.72 | 0.57 |
| Hex | DB | E1 | 44 | 3 | 0 | 46 | C | 3E | 48 | 39 |
| Octal | 333 | 341 | 104 | 3 | 0 | 106 | 14 | 76 | 110 | 71 |
| Binary | 11011011 | 11100001 | 1000100 | 11 | 0 | 1000110 | 1100 | 111110 | 1001000 | 111001 |
Color Harmonies of #DBE144
Complementary color
Monochromatic Colors of #DBE144
Black with #DBE144
Text Example
Text Example
White with #DBE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE144; }
p { color: rgb(219,225,68); }
H1.HeaderClassName
{
color: #DBE144;
}
.AnyTagClassName
{
color: #DBE144;
}
</style>
background-color css
<style>
a { background-color: #DBE144; }
a { background-color: rgb(219,225,68); }
div.DivClassName
{
background-color: #DBE144;
}
.BgClassName
{
background-color: #DBE144;
}
</style>
border-color css
<style>
span { border-color: #DBE144; }
span { border-color: rgb(219,225,68); }
td.TdClassName
{
border-color: #DBE144;
}
.TagClassName
{
border-color: #DBE144;
}
</style>