Shades of Starship #DBE643
Tints of Starship #DBE643
RGB
CMYK
RGB Variations
Color information
#DBE643 (or 0xDBE643) is known color: Starship. HEX triplet: DB, E6 and 43. RGB value is (219,230,67). Sum of RGB (Red+Green+Blue) = 219+230+67=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE643 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE643 is #2419BC. Grayscale: #D0D0D0. Windows color (decimal): -2365885 or 4450011. OLE color: 4450011.
HSL color Cylindrical-coordinate representation of color #DBE643: hue angle of 64.05º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBE643 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 67 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.10 |
| HSL | 64.05º | 0.77% | 0.58% | - |
| HSV(B) | 64.05º | 0.71% | 0.9% | - |
| XYZ | 58.52 | 72.06 | 16.13 | - |
| YUV | 208.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 67 | 0.05 | 0 | 0.71 | 0.10 | 64.05 | 0.77 | 0.58 |
| Hex | DB | E6 | 43 | 5 | 0 | 47 | A | 40 | 4D | 3A |
| Octal | 333 | 346 | 103 | 5 | 0 | 107 | 12 | 100 | 115 | 72 |
| Binary | 11011011 | 11100110 | 1000011 | 101 | 0 | 1000111 | 1010 | 1000000 | 1001101 | 111010 |
Color Harmonies of #DBE643
Complementary color
Monochromatic Colors of #DBE643
Black with #DBE643
Text Example
Text Example
White with #DBE643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE643; }
p { color: rgb(219,230,67); }
H1.HeaderClassName
{
color: #DBE643;
}
.AnyTagClassName
{
color: #DBE643;
}
</style>
background-color css
<style>
a { background-color: #DBE643; }
a { background-color: rgb(219,230,67); }
div.DivClassName
{
background-color: #DBE643;
}
.BgClassName
{
background-color: #DBE643;
}
</style>
border-color css
<style>
span { border-color: #DBE643; }
span { border-color: rgb(219,230,67); }
td.TdClassName
{
border-color: #DBE643;
}
.TagClassName
{
border-color: #DBE643;
}
</style>