Shades of Starship #DBE341
Tints of Starship #DBE341
RGB
CMYK
RGB Variations
Color information
#DBE341 (or 0xDBE341) is known color: Starship. HEX triplet: DB, E3 and 41. RGB value is (219,227,65). Sum of RGB (Red+Green+Blue) = 219+227+65=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE341 is #241CBE. Grayscale: #CECECE. Windows color (decimal): -2366655 or 4318171. OLE color: 4318171.
HSL color Cylindrical-coordinate representation of color #DBE341: hue angle of 62.96º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBE341 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 65 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.11 |
| HSL | 62.96º | 0.74% | 0.57% | - |
| HSV(B) | 62.96º | 0.71% | 0.89% | - |
| XYZ | 57.64 | 70.38 | 15.55 | - |
| YUV | 206.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 65 | 0.04 | 0 | 0.71 | 0.11 | 62.96 | 0.74 | 0.57 |
| Hex | DB | E3 | 41 | 4 | 0 | 47 | B | 3F | 4A | 39 |
| Octal | 333 | 343 | 101 | 4 | 0 | 107 | 13 | 77 | 112 | 71 |
| Binary | 11011011 | 11100011 | 1000001 | 100 | 0 | 1000111 | 1011 | 111111 | 1001010 | 111001 |
Color Harmonies of #DBE341
Complementary color
Monochromatic Colors of #DBE341
Black with #DBE341
Text Example
Text Example
White with #DBE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE341; }
p { color: rgb(219,227,65); }
H1.HeaderClassName
{
color: #DBE341;
}
.AnyTagClassName
{
color: #DBE341;
}
</style>
background-color css
<style>
a { background-color: #DBE341; }
a { background-color: rgb(219,227,65); }
div.DivClassName
{
background-color: #DBE341;
}
.BgClassName
{
background-color: #DBE341;
}
</style>
border-color css
<style>
span { border-color: #DBE341; }
span { border-color: rgb(219,227,65); }
td.TdClassName
{
border-color: #DBE341;
}
.TagClassName
{
border-color: #DBE341;
}
</style>