Shades of Starship #DBE641
Tints of Starship #DBE641
RGB
CMYK
RGB Variations
Color information
#DBE641 (or 0xDBE641) is known color: Starship. HEX triplet: DB, E6 and 41. RGB value is (219,230,65). Sum of RGB (Red+Green+Blue) = 219+230+65=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 65 (25.78% from 255 or 12.65% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE641 is #2419BE. Grayscale: #D0D0D0. Windows color (decimal): -2365887 or 4318939. OLE color: 4318939.
HSL color Cylindrical-coordinate representation of color #DBE641: hue angle of 64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBE641 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 65 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.10 |
| HSL | 64º | 0.77% | 0.58% | - |
| HSV(B) | 64º | 0.72% | 0.9% | - |
| XYZ | 58.46 | 72.04 | 15.82 | - |
| YUV | 207.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 65 | 0.05 | 0 | 0.72 | 0.10 | 64 | 0.77 | 0.58 |
| Hex | DB | E6 | 41 | 5 | 0 | 48 | A | 40 | 4D | 3A |
| Octal | 333 | 346 | 101 | 5 | 0 | 110 | 12 | 100 | 115 | 72 |
| Binary | 11011011 | 11100110 | 1000001 | 101 | 0 | 1001000 | 1010 | 1000000 | 1001101 | 111010 |
Color Harmonies of #DBE641
Complementary color
Monochromatic Colors of #DBE641
Black with #DBE641
Text Example
Text Example
White with #DBE641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE641; }
p { color: rgb(219,230,65); }
H1.HeaderClassName
{
color: #DBE641;
}
.AnyTagClassName
{
color: #DBE641;
}
</style>
background-color css
<style>
a { background-color: #DBE641; }
a { background-color: rgb(219,230,65); }
div.DivClassName
{
background-color: #DBE641;
}
.BgClassName
{
background-color: #DBE641;
}
</style>
border-color css
<style>
span { border-color: #DBE641; }
span { border-color: rgb(219,230,65); }
td.TdClassName
{
border-color: #DBE641;
}
.TagClassName
{
border-color: #DBE641;
}
</style>