Shades of Starship #DBE248
Tints of Starship #DBE248
RGB
CMYK
RGB Variations
Color information
#DBE248 (or 0xDBE248) is known color: Starship. HEX triplet: DB, E2 and 48. RGB value is (219,226,72). Sum of RGB (Red+Green+Blue) = 219+226+72=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE248 is #241DB7. Grayscale: #CECECE. Windows color (decimal): -2366904 or 4776667. OLE color: 4776667.
HSL color Cylindrical-coordinate representation of color #DBE248: hue angle of 62.73º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBE248 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 72 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.11 |
| HSL | 62.73º | 0.73% | 0.58% | - |
| HSV(B) | 62.73º | 0.68% | 0.89% | - |
| XYZ | 57.58 | 69.92 | 16.59 | - |
| YUV | 206.35 | 52.18 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 72 | 0.03 | 0 | 0.68 | 0.11 | 62.73 | 0.73 | 0.58 |
| Hex | DB | E2 | 48 | 3 | 0 | 44 | B | 3F | 49 | 3A |
| Octal | 333 | 342 | 110 | 3 | 0 | 104 | 13 | 77 | 111 | 72 |
| Binary | 11011011 | 11100010 | 1001000 | 11 | 0 | 1000100 | 1011 | 111111 | 1001001 | 111010 |
Color Harmonies of #DBE248
Complementary color
Monochromatic Colors of #DBE248
Black with #DBE248
Text Example
Text Example
White with #DBE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE248; }
p { color: rgb(219,226,72); }
H1.HeaderClassName
{
color: #DBE248;
}
.AnyTagClassName
{
color: #DBE248;
}
</style>
background-color css
<style>
a { background-color: #DBE248; }
a { background-color: rgb(219,226,72); }
div.DivClassName
{
background-color: #DBE248;
}
.BgClassName
{
background-color: #DBE248;
}
</style>
border-color css
<style>
span { border-color: #DBE248; }
span { border-color: rgb(219,226,72); }
td.TdClassName
{
border-color: #DBE248;
}
.TagClassName
{
border-color: #DBE248;
}
</style>