Shades of Starship #DBE63F
Tints of Starship #DBE63F
RGB
CMYK
RGB Variations
Color information
#DBE63F (or 0xDBE63F) is known color: Starship. HEX triplet: DB, E6 and 3F. RGB value is (219,230,63). Sum of RGB (Red+Green+Blue) = 219+230+63=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE63F is #2419C0. Grayscale: #D0D0D0. Windows color (decimal): -2365889 or 4187867. OLE color: 4187867.
HSL color Cylindrical-coordinate representation of color #DBE63F: hue angle of 63.95º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE63F is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 63 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.10 |
| HSL | 63.95º | 0.77% | 0.57% | - |
| HSV(B) | 63.95º | 0.73% | 0.9% | - |
| XYZ | 58.41 | 72.01 | 15.52 | - |
| YUV | 207.67 | 46.36 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 63 | 0.05 | 0 | 0.73 | 0.10 | 63.95 | 0.77 | 0.57 |
| Hex | DB | E6 | 3F | 5 | 0 | 49 | A | 40 | 4D | 39 |
| Octal | 333 | 346 | 77 | 5 | 0 | 111 | 12 | 100 | 115 | 71 |
| Binary | 11011011 | 11100110 | 111111 | 101 | 0 | 1001001 | 1010 | 1000000 | 1001101 | 111001 |
Color Harmonies of #DBE63F
Complementary color
Monochromatic Colors of #DBE63F
Black with #DBE63F
Text Example
Text Example
White with #DBE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE63F; }
p { color: rgb(219,230,63); }
H1.HeaderClassName
{
color: #DBE63F;
}
.AnyTagClassName
{
color: #DBE63F;
}
</style>
background-color css
<style>
a { background-color: #DBE63F; }
a { background-color: rgb(219,230,63); }
div.DivClassName
{
background-color: #DBE63F;
}
.BgClassName
{
background-color: #DBE63F;
}
</style>
border-color css
<style>
span { border-color: #DBE63F; }
span { border-color: rgb(219,230,63); }
td.TdClassName
{
border-color: #DBE63F;
}
.TagClassName
{
border-color: #DBE63F;
}
</style>