Shades of Starship #DBE43D
Tints of Starship #DBE43D
RGB
CMYK
RGB Variations
Color information
#DBE43D (or 0xDBE43D) is known color: Starship. HEX triplet: DB, E4 and 3D. RGB value is (219,228,61). Sum of RGB (Red+Green+Blue) = 219+228+61=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE43D is #241BC2. Grayscale: #CECECE. Windows color (decimal): -2366403 or 4056283. OLE color: 4056283.
HSL color Cylindrical-coordinate representation of color #DBE43D: hue angle of 63.23º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE43D is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 61 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.11 |
| HSL | 63.23º | 0.76% | 0.57% | - |
| HSV(B) | 63.23º | 0.73% | 0.89% | - |
| XYZ | 57.8 | 70.88 | 15.05 | - |
| YUV | 206.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 61 | 0.04 | 0 | 0.73 | 0.11 | 63.23 | 0.76 | 0.57 |
| Hex | DB | E4 | 3D | 4 | 0 | 49 | B | 3F | 4C | 39 |
| Octal | 333 | 344 | 75 | 4 | 0 | 111 | 13 | 77 | 114 | 71 |
| Binary | 11011011 | 11100100 | 111101 | 100 | 0 | 1001001 | 1011 | 111111 | 1001100 | 111001 |
Color Harmonies of #DBE43D
Complementary color
Monochromatic Colors of #DBE43D
Black with #DBE43D
Text Example
Text Example
White with #DBE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE43D; }
p { color: rgb(219,228,61); }
H1.HeaderClassName
{
color: #DBE43D;
}
.AnyTagClassName
{
color: #DBE43D;
}
</style>
background-color css
<style>
a { background-color: #DBE43D; }
a { background-color: rgb(219,228,61); }
div.DivClassName
{
background-color: #DBE43D;
}
.BgClassName
{
background-color: #DBE43D;
}
</style>
border-color css
<style>
span { border-color: #DBE43D; }
span { border-color: rgb(219,228,61); }
td.TdClassName
{
border-color: #DBE43D;
}
.TagClassName
{
border-color: #DBE43D;
}
</style>