Shades of Starship #DBE148
Tints of Starship #DBE148
RGB
CMYK
RGB Variations
Color information
#DBE148 (or 0xDBE148) is known color: Starship. HEX triplet: DB, E1 and 48. RGB value is (219,225,72). Sum of RGB (Red+Green+Blue) = 219+225+72=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE148 is #241EB7. Grayscale: #CECECE. Windows color (decimal): -2367160 or 4776411. OLE color: 4776411.
HSL color Cylindrical-coordinate representation of color #DBE148: hue angle of 62.35º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBE148 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 72 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.12 |
| HSL | 62.35º | 0.72% | 0.58% | - |
| HSV(B) | 62.35º | 0.68% | 0.88% | - |
| XYZ | 57.31 | 69.38 | 16.5 | - |
| YUV | 205.76 | 52.51 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 72 | 0.03 | 0 | 0.68 | 0.12 | 62.35 | 0.72 | 0.58 |
| Hex | DB | E1 | 48 | 3 | 0 | 44 | C | 3E | 48 | 3A |
| Octal | 333 | 341 | 110 | 3 | 0 | 104 | 14 | 76 | 110 | 72 |
| Binary | 11011011 | 11100001 | 1001000 | 11 | 0 | 1000100 | 1100 | 111110 | 1001000 | 111010 |
Color Harmonies of #DBE148
Complementary color
Monochromatic Colors of #DBE148
Black with #DBE148
Text Example
Text Example
White with #DBE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE148; }
p { color: rgb(219,225,72); }
H1.HeaderClassName
{
color: #DBE148;
}
.AnyTagClassName
{
color: #DBE148;
}
</style>
background-color css
<style>
a { background-color: #DBE148; }
a { background-color: rgb(219,225,72); }
div.DivClassName
{
background-color: #DBE148;
}
.BgClassName
{
background-color: #DBE148;
}
</style>
border-color css
<style>
span { border-color: #DBE148; }
span { border-color: rgb(219,225,72); }
td.TdClassName
{
border-color: #DBE148;
}
.TagClassName
{
border-color: #DBE148;
}
</style>