Shades of Starship #DBE340
Tints of Starship #DBE340
RGB
CMYK
RGB Variations
Color information
#DBE340 (or 0xDBE340) is known color: Starship. HEX triplet: DB, E3 and 40. RGB value is (219,227,64). Sum of RGB (Red+Green+Blue) = 219+227+64=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE340 is #241CBF. Grayscale: #CECECE. Windows color (decimal): -2366656 or 4252635. OLE color: 4252635.
HSL color Cylindrical-coordinate representation of color #DBE340: hue angle of 62.94º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE340 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 64 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.11 |
| HSL | 62.94º | 0.74% | 0.57% | - |
| HSV(B) | 62.94º | 0.72% | 0.89% | - |
| XYZ | 57.61 | 70.37 | 15.4 | - |
| YUV | 206.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 64 | 0.04 | 0 | 0.72 | 0.11 | 62.94 | 0.74 | 0.57 |
| Hex | DB | E3 | 40 | 4 | 0 | 48 | B | 3F | 4A | 39 |
| Octal | 333 | 343 | 100 | 4 | 0 | 110 | 13 | 77 | 112 | 71 |
| Binary | 11011011 | 11100011 | 1000000 | 100 | 0 | 1001000 | 1011 | 111111 | 1001010 | 111001 |
Color Harmonies of #DBE340
Complementary color
Monochromatic Colors of #DBE340
Black with #DBE340
Text Example
Text Example
White with #DBE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE340; }
p { color: rgb(219,227,64); }
H1.HeaderClassName
{
color: #DBE340;
}
.AnyTagClassName
{
color: #DBE340;
}
</style>
background-color css
<style>
a { background-color: #DBE340; }
a { background-color: rgb(219,227,64); }
div.DivClassName
{
background-color: #DBE340;
}
.BgClassName
{
background-color: #DBE340;
}
</style>
border-color css
<style>
span { border-color: #DBE340; }
span { border-color: rgb(219,227,64); }
td.TdClassName
{
border-color: #DBE340;
}
.TagClassName
{
border-color: #DBE340;
}
</style>