Shades of Starship #DBE047
Tints of Starship #DBE047
RGB
CMYK
RGB Variations
Color information
#DBE047 (or 0xDBE047) is known color: Starship. HEX triplet: DB, E0 and 47. RGB value is (219,224,71). Sum of RGB (Red+Green+Blue) = 219+224+71=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 71 (28.12% from 255 or 13.81% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE047 is #241FB8. Grayscale: #CDCDCD. Windows color (decimal): -2367417 or 4710619. OLE color: 4710619.
HSL color Cylindrical-coordinate representation of color #DBE047: hue angle of 61.96º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBE047 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 71 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.12 |
| HSL | 61.96º | 0.71% | 0.58% | - |
| HSV(B) | 61.96º | 0.68% | 0.88% | - |
| XYZ | 57.01 | 68.83 | 16.24 | - |
| YUV | 205.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 71 | 0.02 | 0 | 0.68 | 0.12 | 61.96 | 0.71 | 0.58 |
| Hex | DB | E0 | 47 | 2 | 0 | 44 | C | 3E | 47 | 3A |
| Octal | 333 | 340 | 107 | 2 | 0 | 104 | 14 | 76 | 107 | 72 |
| Binary | 11011011 | 11100000 | 1000111 | 10 | 0 | 1000100 | 1100 | 111110 | 1000111 | 111010 |
Color Harmonies of #DBE047
Complementary color
Monochromatic Colors of #DBE047
Black with #DBE047
Text Example
Text Example
White with #DBE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE047; }
p { color: rgb(219,224,71); }
H1.HeaderClassName
{
color: #DBE047;
}
.AnyTagClassName
{
color: #DBE047;
}
</style>
background-color css
<style>
a { background-color: #DBE047; }
a { background-color: rgb(219,224,71); }
div.DivClassName
{
background-color: #DBE047;
}
.BgClassName
{
background-color: #DBE047;
}
</style>
border-color css
<style>
span { border-color: #DBE047; }
span { border-color: rgb(219,224,71); }
td.TdClassName
{
border-color: #DBE047;
}
.TagClassName
{
border-color: #DBE047;
}
</style>