Shades of Starship #DBE241
Tints of Starship #DBE241
RGB
CMYK
RGB Variations
Color information
#DBE241 (or 0xDBE241) is known color: Starship. HEX triplet: DB, E2 and 41. RGB value is (219,226,65). Sum of RGB (Red+Green+Blue) = 219+226+65=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE241 is #241DBE. Grayscale: #CECECE. Windows color (decimal): -2366911 or 4317915. OLE color: 4317915.
HSL color Cylindrical-coordinate representation of color #DBE241: hue angle of 62.61º degrees, saturation: 0.74, 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 #DBE241 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 65 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.11 |
| HSL | 62.61º | 0.74% | 0.57% | - |
| HSV(B) | 62.61º | 0.71% | 0.89% | - |
| XYZ | 57.36 | 69.83 | 15.46 | - |
| YUV | 205.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 65 | 0.03 | 0 | 0.71 | 0.11 | 62.61 | 0.74 | 0.57 |
| Hex | DB | E2 | 41 | 3 | 0 | 47 | B | 3F | 4A | 39 |
| Octal | 333 | 342 | 101 | 3 | 0 | 107 | 13 | 77 | 112 | 71 |
| Binary | 11011011 | 11100010 | 1000001 | 11 | 0 | 1000111 | 1011 | 111111 | 1001010 | 111001 |
Color Harmonies of #DBE241
Complementary color
Monochromatic Colors of #DBE241
Black with #DBE241
Text Example
Text Example
White with #DBE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE241; }
p { color: rgb(219,226,65); }
H1.HeaderClassName
{
color: #DBE241;
}
.AnyTagClassName
{
color: #DBE241;
}
</style>
background-color css
<style>
a { background-color: #DBE241; }
a { background-color: rgb(219,226,65); }
div.DivClassName
{
background-color: #DBE241;
}
.BgClassName
{
background-color: #DBE241;
}
</style>
border-color css
<style>
span { border-color: #DBE241; }
span { border-color: rgb(219,226,65); }
td.TdClassName
{
border-color: #DBE241;
}
.TagClassName
{
border-color: #DBE241;
}
</style>