Shades of Starship #DBE647
Tints of Starship #DBE647
RGB
CMYK
RGB Variations
Color information
#DBE647 (or 0xDBE647) is known color: Starship. HEX triplet: DB, E6 and 47. RGB value is (219,230,71). Sum of RGB (Red+Green+Blue) = 219+230+71=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE647 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE647 is #2419B8. Grayscale: #D1D1D1. Windows color (decimal): -2365881 or 4712155. OLE color: 4712155.
HSL color Cylindrical-coordinate representation of color #DBE647: hue angle of 64.15º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBE647 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 71 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.10 |
| HSL | 64.15º | 0.76% | 0.59% | - |
| HSV(B) | 64.15º | 0.69% | 0.9% | - |
| XYZ | 58.65 | 72.11 | 16.79 | - |
| YUV | 208.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 71 | 0.05 | 0 | 0.69 | 0.10 | 64.15 | 0.76 | 0.59 |
| Hex | DB | E6 | 47 | 5 | 0 | 45 | A | 40 | 4C | 3B |
| Octal | 333 | 346 | 107 | 5 | 0 | 105 | 12 | 100 | 114 | 73 |
| Binary | 11011011 | 11100110 | 1000111 | 101 | 0 | 1000101 | 1010 | 1000000 | 1001100 | 111011 |
Color Harmonies of #DBE647
Complementary color
Monochromatic Colors of #DBE647
Black with #DBE647
Text Example
Text Example
White with #DBE647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE647; }
p { color: rgb(219,230,71); }
H1.HeaderClassName
{
color: #DBE647;
}
.AnyTagClassName
{
color: #DBE647;
}
</style>
background-color css
<style>
a { background-color: #DBE647; }
a { background-color: rgb(219,230,71); }
div.DivClassName
{
background-color: #DBE647;
}
.BgClassName
{
background-color: #DBE647;
}
</style>
border-color css
<style>
span { border-color: #DBE647; }
span { border-color: rgb(219,230,71); }
td.TdClassName
{
border-color: #DBE647;
}
.TagClassName
{
border-color: #DBE647;
}
</style>