Shades of Starship #DBE447
Tints of Starship #DBE447
RGB
CMYK
RGB Variations
Color information
#DBE447 (or 0xDBE447) is known color: Starship. HEX triplet: DB, E4 and 47. RGB value is (219,228,71). Sum of RGB (Red+Green+Blue) = 219+228+71=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 71 (28.12% from 255 or 13.71% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE447 is #241BB8. Grayscale: #D0D0D0. Windows color (decimal): -2366393 or 4711643. OLE color: 4711643.
HSL color Cylindrical-coordinate representation of color #DBE447: hue angle of 63.44º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBE447 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 71 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.11 |
| HSL | 63.44º | 0.74% | 0.59% | - |
| HSV(B) | 63.44º | 0.69% | 0.89% | - |
| XYZ | 58.09 | 71 | 16.6 | - |
| YUV | 207.41 | 51.02 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 71 | 0.04 | 0 | 0.69 | 0.11 | 63.44 | 0.74 | 0.59 |
| Hex | DB | E4 | 47 | 4 | 0 | 45 | B | 3F | 4A | 3B |
| Octal | 333 | 344 | 107 | 4 | 0 | 105 | 13 | 77 | 112 | 73 |
| Binary | 11011011 | 11100100 | 1000111 | 100 | 0 | 1000101 | 1011 | 111111 | 1001010 | 111011 |
Color Harmonies of #DBE447
Complementary color
Monochromatic Colors of #DBE447
Black with #DBE447
Text Example
Text Example
White with #DBE447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE447; }
p { color: rgb(219,228,71); }
H1.HeaderClassName
{
color: #DBE447;
}
.AnyTagClassName
{
color: #DBE447;
}
</style>
background-color css
<style>
a { background-color: #DBE447; }
a { background-color: rgb(219,228,71); }
div.DivClassName
{
background-color: #DBE447;
}
.BgClassName
{
background-color: #DBE447;
}
</style>
border-color css
<style>
span { border-color: #DBE447; }
span { border-color: rgb(219,228,71); }
td.TdClassName
{
border-color: #DBE447;
}
.TagClassName
{
border-color: #DBE447;
}
</style>