Shades of Starship #DBE346
Tints of Starship #DBE346
RGB
CMYK
RGB Variations
Color information
#DBE346 (or 0xDBE346) is known color: Starship. HEX triplet: DB, E3 and 46. RGB value is (219,227,70). Sum of RGB (Red+Green+Blue) = 219+227+70=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE346 is #241CB9. Grayscale: #CFCFCF. Windows color (decimal): -2366650 or 4645851. OLE color: 4645851.
HSL color Cylindrical-coordinate representation of color #DBE346: hue angle of 63.06º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBE346 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 70 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.11 |
| HSL | 63.06º | 0.74% | 0.58% | - |
| HSV(B) | 63.06º | 0.69% | 0.89% | - |
| XYZ | 57.79 | 70.44 | 16.34 | - |
| YUV | 206.71 | 50.85 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 70 | 0.04 | 0 | 0.69 | 0.11 | 63.06 | 0.74 | 0.58 |
| Hex | DB | E3 | 46 | 4 | 0 | 45 | B | 3F | 4A | 3A |
| Octal | 333 | 343 | 106 | 4 | 0 | 105 | 13 | 77 | 112 | 72 |
| Binary | 11011011 | 11100011 | 1000110 | 100 | 0 | 1000101 | 1011 | 111111 | 1001010 | 111010 |
Color Harmonies of #DBE346
Complementary color
Monochromatic Colors of #DBE346
Black with #DBE346
Text Example
Text Example
White with #DBE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE346; }
p { color: rgb(219,227,70); }
H1.HeaderClassName
{
color: #DBE346;
}
.AnyTagClassName
{
color: #DBE346;
}
</style>
background-color css
<style>
a { background-color: #DBE346; }
a { background-color: rgb(219,227,70); }
div.DivClassName
{
background-color: #DBE346;
}
.BgClassName
{
background-color: #DBE346;
}
</style>
border-color css
<style>
span { border-color: #DBE346; }
span { border-color: rgb(219,227,70); }
td.TdClassName
{
border-color: #DBE346;
}
.TagClassName
{
border-color: #DBE346;
}
</style>