Shades of Starship #DBE640
Tints of Starship #DBE640
RGB
CMYK
RGB Variations
Color information
#DBE640 (or 0xDBE640) is known color: Starship. HEX triplet: DB, E6 and 40. RGB value is (219,230,64). Sum of RGB (Red+Green+Blue) = 219+230+64=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE640 is #2419BF. Grayscale: #D0D0D0. Windows color (decimal): -2365888 or 4253403. OLE color: 4253403.
HSL color Cylindrical-coordinate representation of color #DBE640: hue angle of 63.98º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE640 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 64 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.10 |
| HSL | 63.98º | 0.77% | 0.58% | - |
| HSV(B) | 63.98º | 0.72% | 0.9% | - |
| XYZ | 58.44 | 72.02 | 15.67 | - |
| YUV | 207.79 | 46.86 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 64 | 0.05 | 0 | 0.72 | 0.10 | 63.98 | 0.77 | 0.58 |
| Hex | DB | E6 | 40 | 5 | 0 | 48 | A | 40 | 4D | 3A |
| Octal | 333 | 346 | 100 | 5 | 0 | 110 | 12 | 100 | 115 | 72 |
| Binary | 11011011 | 11100110 | 1000000 | 101 | 0 | 1001000 | 1010 | 1000000 | 1001101 | 111010 |
Color Harmonies of #DBE640
Complementary color
Monochromatic Colors of #DBE640
Black with #DBE640
Text Example
Text Example
White with #DBE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE640; }
p { color: rgb(219,230,64); }
H1.HeaderClassName
{
color: #DBE640;
}
.AnyTagClassName
{
color: #DBE640;
}
</style>
background-color css
<style>
a { background-color: #DBE640; }
a { background-color: rgb(219,230,64); }
div.DivClassName
{
background-color: #DBE640;
}
.BgClassName
{
background-color: #DBE640;
}
</style>
border-color css
<style>
span { border-color: #DBE640; }
span { border-color: rgb(219,230,64); }
td.TdClassName
{
border-color: #DBE640;
}
.TagClassName
{
border-color: #DBE640;
}
</style>