Shades of Starship #DBE446
Tints of Starship #DBE446
RGB
CMYK
RGB Variations
Color information
#DBE446 (or 0xDBE446) is known color: Starship. HEX triplet: DB, E4 and 46. RGB value is (219,228,70). Sum of RGB (Red+Green+Blue) = 219+228+70=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE446 is #241BB9. Grayscale: #CFCFCF. Windows color (decimal): -2366394 or 4646107. OLE color: 4646107.
HSL color Cylindrical-coordinate representation of color #DBE446: hue angle of 63.42º degrees, saturation: 0.75, 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 #DBE446 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 70 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.11 |
| HSL | 63.42º | 0.75% | 0.58% | - |
| HSV(B) | 63.42º | 0.69% | 0.89% | - |
| XYZ | 58.06 | 70.99 | 16.44 | - |
| YUV | 207.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 70 | 0.04 | 0 | 0.69 | 0.11 | 63.42 | 0.75 | 0.58 |
| Hex | DB | E4 | 46 | 4 | 0 | 45 | B | 3F | 4B | 3A |
| Octal | 333 | 344 | 106 | 4 | 0 | 105 | 13 | 77 | 113 | 72 |
| Binary | 11011011 | 11100100 | 1000110 | 100 | 0 | 1000101 | 1011 | 111111 | 1001011 | 111010 |
Color Harmonies of #DBE446
Complementary color
Monochromatic Colors of #DBE446
Black with #DBE446
Text Example
Text Example
White with #DBE446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE446; }
p { color: rgb(219,228,70); }
H1.HeaderClassName
{
color: #DBE446;
}
.AnyTagClassName
{
color: #DBE446;
}
</style>
background-color css
<style>
a { background-color: #DBE446; }
a { background-color: rgb(219,228,70); }
div.DivClassName
{
background-color: #DBE446;
}
.BgClassName
{
background-color: #DBE446;
}
</style>
border-color css
<style>
span { border-color: #DBE446; }
span { border-color: rgb(219,228,70); }
td.TdClassName
{
border-color: #DBE446;
}
.TagClassName
{
border-color: #DBE446;
}
</style>