Shades of Starship #DBE845
Tints of Starship #DBE845
RGB
CMYK
RGB Variations
Color information
#DBE845 (or 0xDBE845) is known color: Starship. HEX triplet: DB, E8 and 45. RGB value is (219,232,69). Sum of RGB (Red+Green+Blue) = 219+232+69=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE845 is #2417BA. Grayscale: #D2D2D2. Windows color (decimal): -2365371 or 4581595. OLE color: 4581595.
HSL color Cylindrical-coordinate representation of color #DBE845: hue angle of 64.79º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBE845 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 69 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.09 |
| HSL | 64.79º | 0.78% | 0.59% | - |
| HSV(B) | 64.79º | 0.7% | 0.91% | - |
| XYZ | 59.14 | 73.2 | 16.64 | - |
| YUV | 209.53 | 48.69 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 69 | 0.06 | 0 | 0.70 | 0.09 | 64.79 | 0.78 | 0.59 |
| Hex | DB | E8 | 45 | 6 | 0 | 46 | 9 | 41 | 4E | 3B |
| Octal | 333 | 350 | 105 | 6 | 0 | 106 | 11 | 101 | 116 | 73 |
| Binary | 11011011 | 11101000 | 1000101 | 110 | 0 | 1000110 | 1001 | 1000001 | 1001110 | 111011 |
Color Harmonies of #DBE845
Complementary color
Monochromatic Colors of #DBE845
Black with #DBE845
Text Example
Text Example
White with #DBE845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE845; }
p { color: rgb(219,232,69); }
H1.HeaderClassName
{
color: #DBE845;
}
.AnyTagClassName
{
color: #DBE845;
}
</style>
background-color css
<style>
a { background-color: #DBE845; }
a { background-color: rgb(219,232,69); }
div.DivClassName
{
background-color: #DBE845;
}
.BgClassName
{
background-color: #DBE845;
}
</style>
border-color css
<style>
span { border-color: #DBE845; }
span { border-color: rgb(219,232,69); }
td.TdClassName
{
border-color: #DBE845;
}
.TagClassName
{
border-color: #DBE845;
}
</style>