Shades of Starship #DBE944
Tints of Starship #DBE944
RGB
CMYK
RGB Variations
Color information
#DBE944 (or 0xDBE944) is known color: Starship. HEX triplet: DB, E9 and 44. RGB value is (219,233,68). Sum of RGB (Red+Green+Blue) = 219+233+68=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE944 is #2416BB. Grayscale: #D2D2D2. Windows color (decimal): -2365116 or 4516315. OLE color: 4516315.
HSL color Cylindrical-coordinate representation of color #DBE944: hue angle of 65.09º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBE944 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 68 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.09 |
| HSL | 65.09º | 0.79% | 0.59% | - |
| HSV(B) | 65.09º | 0.71% | 0.91% | - |
| XYZ | 59.4 | 73.76 | 16.57 | - |
| YUV | 210 | 47.86 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 68 | 0.06 | 0 | 0.71 | 0.09 | 65.09 | 0.79 | 0.59 |
| Hex | DB | E9 | 44 | 6 | 0 | 47 | 9 | 41 | 4F | 3B |
| Octal | 333 | 351 | 104 | 6 | 0 | 107 | 11 | 101 | 117 | 73 |
| Binary | 11011011 | 11101001 | 1000100 | 110 | 0 | 1000111 | 1001 | 1000001 | 1001111 | 111011 |
Color Harmonies of #DBE944
Complementary color
Monochromatic Colors of #DBE944
Black with #DBE944
Text Example
Text Example
White with #DBE944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE944; }
p { color: rgb(219,233,68); }
H1.HeaderClassName
{
color: #DBE944;
}
.AnyTagClassName
{
color: #DBE944;
}
</style>
background-color css
<style>
a { background-color: #DBE944; }
a { background-color: rgb(219,233,68); }
div.DivClassName
{
background-color: #DBE944;
}
.BgClassName
{
background-color: #DBE944;
}
</style>
border-color css
<style>
span { border-color: #DBE944; }
span { border-color: rgb(219,233,68); }
td.TdClassName
{
border-color: #DBE944;
}
.TagClassName
{
border-color: #DBE944;
}
</style>