Shades of Starship #DBE63B
Tints of Starship #DBE63B
RGB
CMYK
RGB Variations
Color information
#DBE63B (or 0xDBE63B) is known color: Starship. HEX triplet: DB, E6 and 3B. RGB value is (219,230,59). Sum of RGB (Red+Green+Blue) = 219+230+59=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE63B is #2419C4. Grayscale: #CFCFCF. Windows color (decimal): -2365893 or 3925723. OLE color: 3925723.
HSL color Cylindrical-coordinate representation of color #DBE63B: hue angle of 63.86º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBE63B is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 59 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.10 |
| HSL | 63.86º | 0.77% | 0.57% | - |
| HSV(B) | 63.86º | 0.74% | 0.9% | - |
| XYZ | 58.3 | 71.97 | 14.96 | - |
| YUV | 207.22 | 44.36 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 59 | 0.05 | 0 | 0.74 | 0.10 | 63.86 | 0.77 | 0.57 |
| Hex | DB | E6 | 3B | 5 | 0 | 4A | A | 40 | 4D | 39 |
| Octal | 333 | 346 | 73 | 5 | 0 | 112 | 12 | 100 | 115 | 71 |
| Binary | 11011011 | 11100110 | 111011 | 101 | 0 | 1001010 | 1010 | 1000000 | 1001101 | 111001 |
Color Harmonies of #DBE63B
Complementary color
Monochromatic Colors of #DBE63B
Black with #DBE63B
Text Example
Text Example
White with #DBE63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE63B; }
p { color: rgb(219,230,59); }
H1.HeaderClassName
{
color: #DBE63B;
}
.AnyTagClassName
{
color: #DBE63B;
}
</style>
background-color css
<style>
a { background-color: #DBE63B; }
a { background-color: rgb(219,230,59); }
div.DivClassName
{
background-color: #DBE63B;
}
.BgClassName
{
background-color: #DBE63B;
}
</style>
border-color css
<style>
span { border-color: #DBE63B; }
span { border-color: rgb(219,230,59); }
td.TdClassName
{
border-color: #DBE63B;
}
.TagClassName
{
border-color: #DBE63B;
}
</style>