Shades of Starship #DBE73F
Tints of Starship #DBE73F
RGB
CMYK
RGB Variations
Color information
#DBE73F (or 0xDBE73F) is known color: Starship. HEX triplet: DB, E7 and 3F. RGB value is (219,231,63). Sum of RGB (Red+Green+Blue) = 219+231+63=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE73F is #2418C0. Grayscale: #D0D0D0. Windows color (decimal): -2365633 or 4188123. OLE color: 4188123.
HSL color Cylindrical-coordinate representation of color #DBE73F: hue angle of 64.29º degrees, saturation: 0.78, 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 #DBE73F is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 63 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.09 |
| HSL | 64.29º | 0.78% | 0.58% | - |
| HSV(B) | 64.29º | 0.73% | 0.91% | - |
| XYZ | 58.69 | 72.57 | 15.62 | - |
| YUV | 208.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 63 | 0.05 | 0 | 0.73 | 0.09 | 64.29 | 0.78 | 0.58 |
| Hex | DB | E7 | 3F | 5 | 0 | 49 | 9 | 40 | 4E | 3A |
| Octal | 333 | 347 | 77 | 5 | 0 | 111 | 11 | 100 | 116 | 72 |
| Binary | 11011011 | 11100111 | 111111 | 101 | 0 | 1001001 | 1001 | 1000000 | 1001110 | 111010 |
Color Harmonies of #DBE73F
Complementary color
Monochromatic Colors of #DBE73F
Black with #DBE73F
Text Example
Text Example
White with #DBE73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE73F; }
p { color: rgb(219,231,63); }
H1.HeaderClassName
{
color: #DBE73F;
}
.AnyTagClassName
{
color: #DBE73F;
}
</style>
background-color css
<style>
a { background-color: #DBE73F; }
a { background-color: rgb(219,231,63); }
div.DivClassName
{
background-color: #DBE73F;
}
.BgClassName
{
background-color: #DBE73F;
}
</style>
border-color css
<style>
span { border-color: #DBE73F; }
span { border-color: rgb(219,231,63); }
td.TdClassName
{
border-color: #DBE73F;
}
.TagClassName
{
border-color: #DBE73F;
}
</style>