Shades of Starship #DBE740
Tints of Starship #DBE740
RGB
CMYK
RGB Variations
Color information
#DBE740 (or 0xDBE740) is known color: Starship. HEX triplet: DB, E7 and 40. RGB value is (219,231,64). Sum of RGB (Red+Green+Blue) = 219+231+64=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE740 is #2418BF. Grayscale: #D1D1D1. Windows color (decimal): -2365632 or 4253659. OLE color: 4253659.
HSL color Cylindrical-coordinate representation of color #DBE740: hue angle of 64.31º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE740 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 64 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.09 |
| HSL | 64.31º | 0.78% | 0.58% | - |
| HSV(B) | 64.31º | 0.72% | 0.91% | - |
| XYZ | 58.71 | 72.58 | 15.77 | - |
| YUV | 208.37 | 46.52 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 64 | 0.05 | 0 | 0.72 | 0.09 | 64.31 | 0.78 | 0.58 |
| Hex | DB | E7 | 40 | 5 | 0 | 48 | 9 | 40 | 4E | 3A |
| Octal | 333 | 347 | 100 | 5 | 0 | 110 | 11 | 100 | 116 | 72 |
| Binary | 11011011 | 11100111 | 1000000 | 101 | 0 | 1001000 | 1001 | 1000000 | 1001110 | 111010 |
Color Harmonies of #DBE740
Complementary color
Monochromatic Colors of #DBE740
Black with #DBE740
Text Example
Text Example
White with #DBE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE740; }
p { color: rgb(219,231,64); }
H1.HeaderClassName
{
color: #DBE740;
}
.AnyTagClassName
{
color: #DBE740;
}
</style>
background-color css
<style>
a { background-color: #DBE740; }
a { background-color: rgb(219,231,64); }
div.DivClassName
{
background-color: #DBE740;
}
.BgClassName
{
background-color: #DBE740;
}
</style>
border-color css
<style>
span { border-color: #DBE740; }
span { border-color: rgb(219,231,64); }
td.TdClassName
{
border-color: #DBE740;
}
.TagClassName
{
border-color: #DBE740;
}
</style>