Shades of Starship #DBE141
Tints of Starship #DBE141
RGB
CMYK
RGB Variations
Color information
#DBE141 (or 0xDBE141) is known color: Starship. HEX triplet: DB, E1 and 41. RGB value is (219,225,65). Sum of RGB (Red+Green+Blue) = 219+225+65=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE141 is #241EBE. Grayscale: #CDCDCD. Windows color (decimal): -2367167 or 4317659. OLE color: 4317659.
HSL color Cylindrical-coordinate representation of color #DBE141: hue angle of 62.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBE141 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 65 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.12 |
| HSL | 62.25º | 0.73% | 0.57% | - |
| HSV(B) | 62.25º | 0.71% | 0.88% | - |
| XYZ | 57.09 | 69.29 | 15.37 | - |
| YUV | 204.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 65 | 0.03 | 0 | 0.71 | 0.12 | 62.25 | 0.73 | 0.57 |
| Hex | DB | E1 | 41 | 3 | 0 | 47 | C | 3E | 49 | 39 |
| Octal | 333 | 341 | 101 | 3 | 0 | 107 | 14 | 76 | 111 | 71 |
| Binary | 11011011 | 11100001 | 1000001 | 11 | 0 | 1000111 | 1100 | 111110 | 1001001 | 111001 |
Color Harmonies of #DBE141
Complementary color
Monochromatic Colors of #DBE141
Black with #DBE141
Text Example
Text Example
White with #DBE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE141; }
p { color: rgb(219,225,65); }
H1.HeaderClassName
{
color: #DBE141;
}
.AnyTagClassName
{
color: #DBE141;
}
</style>
background-color css
<style>
a { background-color: #DBE141; }
a { background-color: rgb(219,225,65); }
div.DivClassName
{
background-color: #DBE141;
}
.BgClassName
{
background-color: #DBE141;
}
</style>
border-color css
<style>
span { border-color: #DBE141; }
span { border-color: rgb(219,225,65); }
td.TdClassName
{
border-color: #DBE141;
}
.TagClassName
{
border-color: #DBE141;
}
</style>