Shades of Starship #DBE042
Tints of Starship #DBE042
RGB
CMYK
RGB Variations
Color information
#DBE042 (or 0xDBE042) is known color: Starship. HEX triplet: DB, E0 and 42. RGB value is (219,224,66). Sum of RGB (Red+Green+Blue) = 219+224+66=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE042 is #241FBD. Grayscale: #CDCDCD. Windows color (decimal): -2367422 or 4382939. OLE color: 4382939.
HSL color Cylindrical-coordinate representation of color #DBE042: hue angle of 61.9º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBE042 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 66 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.12 |
| HSL | 61.9º | 0.72% | 0.57% | - |
| HSV(B) | 61.9º | 0.71% | 0.88% | - |
| XYZ | 56.85 | 68.76 | 15.43 | - |
| YUV | 204.49 | 49.84 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 66 | 0.02 | 0 | 0.71 | 0.12 | 61.9 | 0.72 | 0.57 |
| Hex | DB | E0 | 42 | 2 | 0 | 47 | C | 3E | 48 | 39 |
| Octal | 333 | 340 | 102 | 2 | 0 | 107 | 14 | 76 | 110 | 71 |
| Binary | 11011011 | 11100000 | 1000010 | 10 | 0 | 1000111 | 1100 | 111110 | 1001000 | 111001 |
Color Harmonies of #DBE042
Complementary color
Monochromatic Colors of #DBE042
Black with #DBE042
Text Example
Text Example
White with #DBE042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE042; }
p { color: rgb(219,224,66); }
H1.HeaderClassName
{
color: #DBE042;
}
.AnyTagClassName
{
color: #DBE042;
}
</style>
background-color css
<style>
a { background-color: #DBE042; }
a { background-color: rgb(219,224,66); }
div.DivClassName
{
background-color: #DBE042;
}
.BgClassName
{
background-color: #DBE042;
}
</style>
border-color css
<style>
span { border-color: #DBE042; }
span { border-color: rgb(219,224,66); }
td.TdClassName
{
border-color: #DBE042;
}
.TagClassName
{
border-color: #DBE042;
}
</style>