Shades of Starship #DBE245
Tints of Starship #DBE245
RGB
CMYK
RGB Variations
Color information
#DBE245 (or 0xDBE245) is known color: Starship. HEX triplet: DB, E2 and 45. RGB value is (219,226,69). Sum of RGB (Red+Green+Blue) = 219+226+69=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE245 is #241DBA. Grayscale: #CECECE. Windows color (decimal): -2366907 or 4580059. OLE color: 4580059.
HSL color Cylindrical-coordinate representation of color #DBE245: hue angle of 62.68º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBE245 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 69 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.11 |
| HSL | 62.68º | 0.73% | 0.58% | - |
| HSV(B) | 62.68º | 0.69% | 0.89% | - |
| XYZ | 57.48 | 69.88 | 16.09 | - |
| YUV | 206.01 | 50.68 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 69 | 0.03 | 0 | 0.69 | 0.11 | 62.68 | 0.73 | 0.58 |
| Hex | DB | E2 | 45 | 3 | 0 | 45 | B | 3F | 49 | 3A |
| Octal | 333 | 342 | 105 | 3 | 0 | 105 | 13 | 77 | 111 | 72 |
| Binary | 11011011 | 11100010 | 1000101 | 11 | 0 | 1000101 | 1011 | 111111 | 1001001 | 111010 |
Color Harmonies of #DBE245
Complementary color
Monochromatic Colors of #DBE245
Black with #DBE245
Text Example
Text Example
White with #DBE245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE245; }
p { color: rgb(219,226,69); }
H1.HeaderClassName
{
color: #DBE245;
}
.AnyTagClassName
{
color: #DBE245;
}
</style>
background-color css
<style>
a { background-color: #DBE245; }
a { background-color: rgb(219,226,69); }
div.DivClassName
{
background-color: #DBE245;
}
.BgClassName
{
background-color: #DBE245;
}
</style>
border-color css
<style>
span { border-color: #DBE245; }
span { border-color: rgb(219,226,69); }
td.TdClassName
{
border-color: #DBE245;
}
.TagClassName
{
border-color: #DBE245;
}
</style>