Shades of Starship #DBE940
Tints of Starship #DBE940
RGB
CMYK
RGB Variations
Color information
#DBE940 (or 0xDBE940) is known color: Starship. HEX triplet: DB, E9 and 40. RGB value is (219,233,64). Sum of RGB (Red+Green+Blue) = 219+233+64=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE940 is #2416BF. Grayscale: #D2D2D2. Windows color (decimal): -2365120 or 4254171. OLE color: 4254171.
HSL color Cylindrical-coordinate representation of color #DBE940: hue angle of 64.97º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE940 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 64 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.09 |
| HSL | 64.97º | 0.79% | 0.58% | - |
| HSV(B) | 64.97º | 0.73% | 0.91% | - |
| XYZ | 59.28 | 73.71 | 15.95 | - |
| YUV | 209.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 64 | 0.06 | 0 | 0.73 | 0.09 | 64.97 | 0.79 | 0.58 |
| Hex | DB | E9 | 40 | 6 | 0 | 49 | 9 | 41 | 4F | 3A |
| Octal | 333 | 351 | 100 | 6 | 0 | 111 | 11 | 101 | 117 | 72 |
| Binary | 11011011 | 11101001 | 1000000 | 110 | 0 | 1001001 | 1001 | 1000001 | 1001111 | 111010 |
Color Harmonies of #DBE940
Complementary color
Monochromatic Colors of #DBE940
Black with #DBE940
Text Example
Text Example
White with #DBE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE940; }
p { color: rgb(219,233,64); }
H1.HeaderClassName
{
color: #DBE940;
}
.AnyTagClassName
{
color: #DBE940;
}
</style>
background-color css
<style>
a { background-color: #DBE940; }
a { background-color: rgb(219,233,64); }
div.DivClassName
{
background-color: #DBE940;
}
.BgClassName
{
background-color: #DBE940;
}
</style>
border-color css
<style>
span { border-color: #DBE940; }
span { border-color: rgb(219,233,64); }
td.TdClassName
{
border-color: #DBE940;
}
.TagClassName
{
border-color: #DBE940;
}
</style>