Shades of Starship #DBE03E
Tints of Starship #DBE03E
RGB
CMYK
RGB Variations
Color information
#DBE03E (or 0xDBE03E) is known color: Starship. HEX triplet: DB, E0 and 3E. RGB value is (219,224,62). Sum of RGB (Red+Green+Blue) = 219+224+62=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE03E is #241FC1. Grayscale: #CCCCCC. Windows color (decimal): -2367426 or 4120795. OLE color: 4120795.
HSL color Cylindrical-coordinate representation of color #DBE03E: hue angle of 61.85º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE03E is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 62 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.12 |
| HSL | 61.85º | 0.72% | 0.56% | - |
| HSV(B) | 61.85º | 0.72% | 0.88% | - |
| XYZ | 56.74 | 68.72 | 14.83 | - |
| YUV | 204.04 | 47.84 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 62 | 0.02 | 0 | 0.72 | 0.12 | 61.85 | 0.72 | 0.56 |
| Hex | DB | E0 | 3E | 2 | 0 | 48 | C | 3E | 48 | 38 |
| Octal | 333 | 340 | 76 | 2 | 0 | 110 | 14 | 76 | 110 | 70 |
| Binary | 11011011 | 11100000 | 111110 | 10 | 0 | 1001000 | 1100 | 111110 | 1001000 | 111000 |
Color Harmonies of #DBE03E
Complementary color
Monochromatic Colors of #DBE03E
Black with #DBE03E
Text Example
Text Example
White with #DBE03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE03E; }
p { color: rgb(219,224,62); }
H1.HeaderClassName
{
color: #DBE03E;
}
.AnyTagClassName
{
color: #DBE03E;
}
</style>
background-color css
<style>
a { background-color: #DBE03E; }
a { background-color: rgb(219,224,62); }
div.DivClassName
{
background-color: #DBE03E;
}
.BgClassName
{
background-color: #DBE03E;
}
</style>
border-color css
<style>
span { border-color: #DBE03E; }
span { border-color: rgb(219,224,62); }
td.TdClassName
{
border-color: #DBE03E;
}
.TagClassName
{
border-color: #DBE03E;
}
</style>