Shades of Starship #DBE648
Tints of Starship #DBE648
RGB
CMYK
RGB Variations
Color information
#DBE648 (or 0xDBE648) is known color: Starship. HEX triplet: DB, E6 and 48. RGB value is (219,230,72). Sum of RGB (Red+Green+Blue) = 219+230+72=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 230 (90.23% from 255 or 44.15% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE648 is #2419B7. Grayscale: #D1D1D1. Windows color (decimal): -2365880 or 4777691. OLE color: 4777691.
HSL color Cylindrical-coordinate representation of color #DBE648: hue angle of 64.18º 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 #DBE648 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 72 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.10 |
| HSL | 64.18º | 0.76% | 0.59% | - |
| HSV(B) | 64.18º | 0.69% | 0.9% | - |
| XYZ | 58.68 | 72.12 | 16.96 | - |
| YUV | 208.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 72 | 0.05 | 0 | 0.69 | 0.10 | 64.18 | 0.76 | 0.59 |
| Hex | DB | E6 | 48 | 5 | 0 | 45 | A | 40 | 4C | 3B |
| Octal | 333 | 346 | 110 | 5 | 0 | 105 | 12 | 100 | 114 | 73 |
| Binary | 11011011 | 11100110 | 1001000 | 101 | 0 | 1000101 | 1010 | 1000000 | 1001100 | 111011 |
Color Harmonies of #DBE648
Complementary color
Monochromatic Colors of #DBE648
Black with #DBE648
Text Example
Text Example
White with #DBE648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE648; }
p { color: rgb(219,230,72); }
H1.HeaderClassName
{
color: #DBE648;
}
.AnyTagClassName
{
color: #DBE648;
}
</style>
background-color css
<style>
a { background-color: #DBE648; }
a { background-color: rgb(219,230,72); }
div.DivClassName
{
background-color: #DBE648;
}
.BgClassName
{
background-color: #DBE648;
}
</style>
border-color css
<style>
span { border-color: #DBE648; }
span { border-color: rgb(219,230,72); }
td.TdClassName
{
border-color: #DBE648;
}
.TagClassName
{
border-color: #DBE648;
}
</style>