Shades of Starship #DBE63D
Tints of Starship #DBE63D
RGB
CMYK
RGB Variations
Color information
#DBE63D (or 0xDBE63D) is known color: Starship. HEX triplet: DB, E6 and 3D. RGB value is (219,230,61). Sum of RGB (Red+Green+Blue) = 219+230+61=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE63D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE63D is #2419C2. Grayscale: #D0D0D0. Windows color (decimal): -2365891 or 4056795. OLE color: 4056795.
HSL color Cylindrical-coordinate representation of color #DBE63D: hue angle of 63.91º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE63D is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 61 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.10 |
| HSL | 63.91º | 0.77% | 0.57% | - |
| HSV(B) | 63.91º | 0.73% | 0.9% | - |
| XYZ | 58.35 | 71.99 | 15.23 | - |
| YUV | 207.45 | 45.36 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 61 | 0.05 | 0 | 0.73 | 0.10 | 63.91 | 0.77 | 0.57 |
| Hex | DB | E6 | 3D | 5 | 0 | 49 | A | 40 | 4D | 39 |
| Octal | 333 | 346 | 75 | 5 | 0 | 111 | 12 | 100 | 115 | 71 |
| Binary | 11011011 | 11100110 | 111101 | 101 | 0 | 1001001 | 1010 | 1000000 | 1001101 | 111001 |
Color Harmonies of #DBE63D
Complementary color
Monochromatic Colors of #DBE63D
Black with #DBE63D
Text Example
Text Example
White with #DBE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE63D; }
p { color: rgb(219,230,61); }
H1.HeaderClassName
{
color: #DBE63D;
}
.AnyTagClassName
{
color: #DBE63D;
}
</style>
background-color css
<style>
a { background-color: #DBE63D; }
a { background-color: rgb(219,230,61); }
div.DivClassName
{
background-color: #DBE63D;
}
.BgClassName
{
background-color: #DBE63D;
}
</style>
border-color css
<style>
span { border-color: #DBE63D; }
span { border-color: rgb(219,230,61); }
td.TdClassName
{
border-color: #DBE63D;
}
.TagClassName
{
border-color: #DBE63D;
}
</style>