Shades of Starship #DBE947
Tints of Starship #DBE947
RGB
CMYK
RGB Variations
Color information
#DBE947 (or 0xDBE947) is known color: Starship. HEX triplet: DB, E9 and 47. RGB value is (219,233,71). Sum of RGB (Red+Green+Blue) = 219+233+71=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE947 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE947 is #2416B8. Grayscale: #D2D2D2. Windows color (decimal): -2365113 or 4712923. OLE color: 4712923.
HSL color Cylindrical-coordinate representation of color #DBE947: hue angle of 65.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBE947 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 71 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.09 |
| HSL | 65.19º | 0.79% | 0.6% | - |
| HSV(B) | 65.19º | 0.7% | 0.91% | - |
| XYZ | 59.49 | 73.79 | 17.07 | - |
| YUV | 210.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 71 | 0.06 | 0 | 0.70 | 0.09 | 65.19 | 0.79 | 0.6 |
| Hex | DB | E9 | 47 | 6 | 0 | 46 | 9 | 41 | 4F | 3C |
| Octal | 333 | 351 | 107 | 6 | 0 | 106 | 11 | 101 | 117 | 74 |
| Binary | 11011011 | 11101001 | 1000111 | 110 | 0 | 1000110 | 1001 | 1000001 | 1001111 | 111100 |
Color Harmonies of #DBE947
Complementary color
Monochromatic Colors of #DBE947
Black with #DBE947
Text Example
Text Example
White with #DBE947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE947; }
p { color: rgb(219,233,71); }
H1.HeaderClassName
{
color: #DBE947;
}
.AnyTagClassName
{
color: #DBE947;
}
</style>
background-color css
<style>
a { background-color: #DBE947; }
a { background-color: rgb(219,233,71); }
div.DivClassName
{
background-color: #DBE947;
}
.BgClassName
{
background-color: #DBE947;
}
</style>
border-color css
<style>
span { border-color: #DBE947; }
span { border-color: rgb(219,233,71); }
td.TdClassName
{
border-color: #DBE947;
}
.TagClassName
{
border-color: #DBE947;
}
</style>