Shades of Starship #DBE146
Tints of Starship #DBE146
RGB
CMYK
RGB Variations
Color information
#DBE146 (or 0xDBE146) is known color: Starship. HEX triplet: DB, E1 and 46. RGB value is (219,225,70). Sum of RGB (Red+Green+Blue) = 219+225+70=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE146 is #241EB9. Grayscale: #CECECE. Windows color (decimal): -2367162 or 4645339. OLE color: 4645339.
HSL color Cylindrical-coordinate representation of color #DBE146: hue angle of 62.32º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBE146 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 70 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.12 |
| HSL | 62.32º | 0.72% | 0.58% | - |
| HSV(B) | 62.32º | 0.69% | 0.88% | - |
| XYZ | 57.24 | 69.35 | 16.16 | - |
| YUV | 205.54 | 51.51 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 70 | 0.03 | 0 | 0.69 | 0.12 | 62.32 | 0.72 | 0.58 |
| Hex | DB | E1 | 46 | 3 | 0 | 45 | C | 3E | 48 | 3A |
| Octal | 333 | 341 | 106 | 3 | 0 | 105 | 14 | 76 | 110 | 72 |
| Binary | 11011011 | 11100001 | 1000110 | 11 | 0 | 1000101 | 1100 | 111110 | 1001000 | 111010 |
Color Harmonies of #DBE146
Complementary color
Monochromatic Colors of #DBE146
Black with #DBE146
Text Example
Text Example
White with #DBE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE146; }
p { color: rgb(219,225,70); }
H1.HeaderClassName
{
color: #DBE146;
}
.AnyTagClassName
{
color: #DBE146;
}
</style>
background-color css
<style>
a { background-color: #DBE146; }
a { background-color: rgb(219,225,70); }
div.DivClassName
{
background-color: #DBE146;
}
.BgClassName
{
background-color: #DBE146;
}
</style>
border-color css
<style>
span { border-color: #DBE146; }
span { border-color: rgb(219,225,70); }
td.TdClassName
{
border-color: #DBE146;
}
.TagClassName
{
border-color: #DBE146;
}
</style>