Shades of Starship #DBEC47
Tints of Starship #DBEC47
RGB
CMYK
RGB Variations
Color information
#DBEC47 (or 0xDBEC47) is known color: Starship. HEX triplet: DB, EC and 47. RGB value is (219,236,71). Sum of RGB (Red+Green+Blue) = 219+236+71=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 71 (28.12% from 255 or 13.50% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC47 is #2413B8. Grayscale: #D4D4D4. Windows color (decimal): -2364345 or 4713691. OLE color: 4713691.
HSL color Cylindrical-coordinate representation of color #DBEC47: hue angle of 66.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBEC47 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 71 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.07 |
| HSL | 66.18º | 0.81% | 0.6% | - |
| HSV(B) | 66.18º | 0.7% | 0.93% | - |
| XYZ | 60.35 | 75.51 | 17.35 | - |
| YUV | 212.11 | 48.37 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 71 | 0.07 | 0 | 0.70 | 0.07 | 66.18 | 0.81 | 0.6 |
| Hex | DB | EC | 47 | 7 | 0 | 46 | 7 | 42 | 51 | 3C |
| Octal | 333 | 354 | 107 | 7 | 0 | 106 | 7 | 102 | 121 | 74 |
| Binary | 11011011 | 11101100 | 1000111 | 111 | 0 | 1000110 | 111 | 1000010 | 1010001 | 111100 |
Color Harmonies of #DBEC47
Complementary color
Monochromatic Colors of #DBEC47
Black with #DBEC47
Text Example
Text Example
White with #DBEC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC47; }
p { color: rgb(219,236,71); }
H1.HeaderClassName
{
color: #DBEC47;
}
.AnyTagClassName
{
color: #DBEC47;
}
</style>
background-color css
<style>
a { background-color: #DBEC47; }
a { background-color: rgb(219,236,71); }
div.DivClassName
{
background-color: #DBEC47;
}
.BgClassName
{
background-color: #DBEC47;
}
</style>
border-color css
<style>
span { border-color: #DBEC47; }
span { border-color: rgb(219,236,71); }
td.TdClassName
{
border-color: #DBEC47;
}
.TagClassName
{
border-color: #DBEC47;
}
</style>