Shades of Starship #DBE83F
Tints of Starship #DBE83F
RGB
CMYK
RGB Variations
Color information
#DBE83F (or 0xDBE83F) is known color: Starship. HEX triplet: DB, E8 and 3F. RGB value is (219,232,63). Sum of RGB (Red+Green+Blue) = 219+232+63=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE83F is #2417C0. Grayscale: #D1D1D1. Windows color (decimal): -2365377 or 4188379. OLE color: 4188379.
HSL color Cylindrical-coordinate representation of color #DBE83F: hue angle of 64.62º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE83F is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 63 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.09 |
| HSL | 64.62º | 0.79% | 0.58% | - |
| HSV(B) | 64.62º | 0.73% | 0.91% | - |
| XYZ | 58.97 | 73.13 | 15.71 | - |
| YUV | 208.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 63 | 0.06 | 0 | 0.73 | 0.09 | 64.62 | 0.79 | 0.58 |
| Hex | DB | E8 | 3F | 6 | 0 | 49 | 9 | 41 | 4F | 3A |
| Octal | 333 | 350 | 77 | 6 | 0 | 111 | 11 | 101 | 117 | 72 |
| Binary | 11011011 | 11101000 | 111111 | 110 | 0 | 1001001 | 1001 | 1000001 | 1001111 | 111010 |
Color Harmonies of #DBE83F
Complementary color
Monochromatic Colors of #DBE83F
Black with #DBE83F
Text Example
Text Example
White with #DBE83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE83F; }
p { color: rgb(219,232,63); }
H1.HeaderClassName
{
color: #DBE83F;
}
.AnyTagClassName
{
color: #DBE83F;
}
</style>
background-color css
<style>
a { background-color: #DBE83F; }
a { background-color: rgb(219,232,63); }
div.DivClassName
{
background-color: #DBE83F;
}
.BgClassName
{
background-color: #DBE83F;
}
</style>
border-color css
<style>
span { border-color: #DBE83F; }
span { border-color: rgb(219,232,63); }
td.TdClassName
{
border-color: #DBE83F;
}
.TagClassName
{
border-color: #DBE83F;
}
</style>