Shades of Starship #DBE849
Tints of Starship #DBE849
RGB
CMYK
RGB Variations
Color information
#DBE849 (or 0xDBE849) is known color: Starship. HEX triplet: DB, E8 and 49. RGB value is (219,232,73). Sum of RGB (Red+Green+Blue) = 219+232+73=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE849 is #2417B6. Grayscale: #D2D2D2. Windows color (decimal): -2365367 or 4843739. OLE color: 4843739.
HSL color Cylindrical-coordinate representation of color #DBE849: hue angle of 64.91º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBE849 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 73 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.09 |
| HSL | 64.91º | 0.78% | 0.6% | - |
| HSV(B) | 64.91º | 0.69% | 0.91% | - |
| XYZ | 59.27 | 73.25 | 17.32 | - |
| YUV | 209.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 73 | 0.06 | 0 | 0.69 | 0.09 | 64.91 | 0.78 | 0.6 |
| Hex | DB | E8 | 49 | 6 | 0 | 45 | 9 | 41 | 4E | 3C |
| Octal | 333 | 350 | 111 | 6 | 0 | 105 | 11 | 101 | 116 | 74 |
| Binary | 11011011 | 11101000 | 1001001 | 110 | 0 | 1000101 | 1001 | 1000001 | 1001110 | 111100 |
Color Harmonies of #DBE849
Complementary color
Monochromatic Colors of #DBE849
Black with #DBE849
Text Example
Text Example
White with #DBE849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE849; }
p { color: rgb(219,232,73); }
H1.HeaderClassName
{
color: #DBE849;
}
.AnyTagClassName
{
color: #DBE849;
}
</style>
background-color css
<style>
a { background-color: #DBE849; }
a { background-color: rgb(219,232,73); }
div.DivClassName
{
background-color: #DBE849;
}
.BgClassName
{
background-color: #DBE849;
}
</style>
border-color css
<style>
span { border-color: #DBE849; }
span { border-color: rgb(219,232,73); }
td.TdClassName
{
border-color: #DBE849;
}
.TagClassName
{
border-color: #DBE849;
}
</style>