Shades of Starship #DBE945
Tints of Starship #DBE945
RGB
CMYK
RGB Variations
Color information
#DBE945 (or 0xDBE945) is known color: Starship. HEX triplet: DB, E9 and 45. RGB value is (219,233,69). Sum of RGB (Red+Green+Blue) = 219+233+69=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE945 is #2416BA. Grayscale: #D2D2D2. Windows color (decimal): -2365115 or 4581851. OLE color: 4581851.
HSL color Cylindrical-coordinate representation of color #DBE945: hue angle of 65.12º degrees, saturation: 0.79, 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 #DBE945 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 69 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.09 |
| HSL | 65.12º | 0.79% | 0.59% | - |
| HSV(B) | 65.12º | 0.7% | 0.91% | - |
| XYZ | 59.43 | 73.77 | 16.74 | - |
| YUV | 210.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 69 | 0.06 | 0 | 0.70 | 0.09 | 65.12 | 0.79 | 0.59 |
| Hex | DB | E9 | 45 | 6 | 0 | 46 | 9 | 41 | 4F | 3B |
| Octal | 333 | 351 | 105 | 6 | 0 | 106 | 11 | 101 | 117 | 73 |
| Binary | 11011011 | 11101001 | 1000101 | 110 | 0 | 1000110 | 1001 | 1000001 | 1001111 | 111011 |
Color Harmonies of #DBE945
Complementary color
Monochromatic Colors of #DBE945
Black with #DBE945
Text Example
Text Example
White with #DBE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE945; }
p { color: rgb(219,233,69); }
H1.HeaderClassName
{
color: #DBE945;
}
.AnyTagClassName
{
color: #DBE945;
}
</style>
background-color css
<style>
a { background-color: #DBE945; }
a { background-color: rgb(219,233,69); }
div.DivClassName
{
background-color: #DBE945;
}
.BgClassName
{
background-color: #DBE945;
}
</style>
border-color css
<style>
span { border-color: #DBE945; }
span { border-color: rgb(219,233,69); }
td.TdClassName
{
border-color: #DBE945;
}
.TagClassName
{
border-color: #DBE945;
}
</style>