Shades of Starship #DBE240
Tints of Starship #DBE240
RGB
CMYK
RGB Variations
Color information
#DBE240 (or 0xDBE240) is known color: Starship. HEX triplet: DB, E2 and 40. RGB value is (219,226,64). Sum of RGB (Red+Green+Blue) = 219+226+64=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE240 is #241DBF. Grayscale: #CECECE. Windows color (decimal): -2366912 or 4252379. OLE color: 4252379.
HSL color Cylindrical-coordinate representation of color #DBE240: hue angle of 62.59º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE240 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 64 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.11 |
| HSL | 62.59º | 0.74% | 0.57% | - |
| HSV(B) | 62.59º | 0.72% | 0.89% | - |
| XYZ | 57.34 | 69.82 | 15.31 | - |
| YUV | 205.44 | 48.18 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 64 | 0.03 | 0 | 0.72 | 0.11 | 62.59 | 0.74 | 0.57 |
| Hex | DB | E2 | 40 | 3 | 0 | 48 | B | 3F | 4A | 39 |
| Octal | 333 | 342 | 100 | 3 | 0 | 110 | 13 | 77 | 112 | 71 |
| Binary | 11011011 | 11100010 | 1000000 | 11 | 0 | 1001000 | 1011 | 111111 | 1001010 | 111001 |
Color Harmonies of #DBE240
Complementary color
Monochromatic Colors of #DBE240
Black with #DBE240
Text Example
Text Example
White with #DBE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE240; }
p { color: rgb(219,226,64); }
H1.HeaderClassName
{
color: #DBE240;
}
.AnyTagClassName
{
color: #DBE240;
}
</style>
background-color css
<style>
a { background-color: #DBE240; }
a { background-color: rgb(219,226,64); }
div.DivClassName
{
background-color: #DBE240;
}
.BgClassName
{
background-color: #DBE240;
}
</style>
border-color css
<style>
span { border-color: #DBE240; }
span { border-color: rgb(219,226,64); }
td.TdClassName
{
border-color: #DBE240;
}
.TagClassName
{
border-color: #DBE240;
}
</style>