Shades of Starship #DBE242
Tints of Starship #DBE242
RGB
CMYK
RGB Variations
Color information
#DBE242 (or 0xDBE242) is known color: Starship. HEX triplet: DB, E2 and 42. RGB value is (219,226,66). Sum of RGB (Red+Green+Blue) = 219+226+66=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE242 is #241DBD. Grayscale: #CECECE. Windows color (decimal): -2366910 or 4383451. OLE color: 4383451.
HSL color Cylindrical-coordinate representation of color #DBE242: hue angle of 62.63º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBE242 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 66 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.11 |
| HSL | 62.63º | 0.73% | 0.57% | - |
| HSV(B) | 62.63º | 0.71% | 0.89% | - |
| XYZ | 57.39 | 69.85 | 15.61 | - |
| YUV | 205.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 66 | 0.03 | 0 | 0.71 | 0.11 | 62.63 | 0.73 | 0.57 |
| Hex | DB | E2 | 42 | 3 | 0 | 47 | B | 3F | 49 | 39 |
| Octal | 333 | 342 | 102 | 3 | 0 | 107 | 13 | 77 | 111 | 71 |
| Binary | 11011011 | 11100010 | 1000010 | 11 | 0 | 1000111 | 1011 | 111111 | 1001001 | 111001 |
Color Harmonies of #DBE242
Complementary color
Monochromatic Colors of #DBE242
Black with #DBE242
Text Example
Text Example
White with #DBE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE242; }
p { color: rgb(219,226,66); }
H1.HeaderClassName
{
color: #DBE242;
}
.AnyTagClassName
{
color: #DBE242;
}
</style>
background-color css
<style>
a { background-color: #DBE242; }
a { background-color: rgb(219,226,66); }
div.DivClassName
{
background-color: #DBE242;
}
.BgClassName
{
background-color: #DBE242;
}
</style>
border-color css
<style>
span { border-color: #DBE242; }
span { border-color: rgb(219,226,66); }
td.TdClassName
{
border-color: #DBE242;
}
.TagClassName
{
border-color: #DBE242;
}
</style>