Shades of Starship #DBE243
Tints of Starship #DBE243
RGB
CMYK
RGB Variations
Color information
#DBE243 (or 0xDBE243) is known color: Starship. HEX triplet: DB, E2 and 43. RGB value is (219,226,67). Sum of RGB (Red+Green+Blue) = 219+226+67=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE243 is #241DBC. Grayscale: #CECECE. Windows color (decimal): -2366909 or 4448987. OLE color: 4448987.
HSL color Cylindrical-coordinate representation of color #DBE243: hue angle of 62.64º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBE243 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 67 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.11 |
| HSL | 62.64º | 0.73% | 0.57% | - |
| HSV(B) | 62.64º | 0.7% | 0.89% | - |
| XYZ | 57.42 | 69.86 | 15.77 | - |
| YUV | 205.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 67 | 0.03 | 0 | 0.70 | 0.11 | 62.64 | 0.73 | 0.57 |
| Hex | DB | E2 | 43 | 3 | 0 | 46 | B | 3F | 49 | 39 |
| Octal | 333 | 342 | 103 | 3 | 0 | 106 | 13 | 77 | 111 | 71 |
| Binary | 11011011 | 11100010 | 1000011 | 11 | 0 | 1000110 | 1011 | 111111 | 1001001 | 111001 |
Color Harmonies of #DBE243
Complementary color
Monochromatic Colors of #DBE243
Black with #DBE243
Text Example
Text Example
White with #DBE243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE243; }
p { color: rgb(219,226,67); }
H1.HeaderClassName
{
color: #DBE243;
}
.AnyTagClassName
{
color: #DBE243;
}
</style>
background-color css
<style>
a { background-color: #DBE243; }
a { background-color: rgb(219,226,67); }
div.DivClassName
{
background-color: #DBE243;
}
.BgClassName
{
background-color: #DBE243;
}
</style>
border-color css
<style>
span { border-color: #DBE243; }
span { border-color: rgb(219,226,67); }
td.TdClassName
{
border-color: #DBE243;
}
.TagClassName
{
border-color: #DBE243;
}
</style>