Shades of Starship #DBEB47
Tints of Starship #DBEB47
RGB
CMYK
RGB Variations
Color information
#DBEB47 (or 0xDBEB47) is known color: Starship. HEX triplet: DB, EB and 47. RGB value is (219,235,71). Sum of RGB (Red+Green+Blue) = 219+235+71=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB47 is #2414B8. Grayscale: #D4D4D4. Windows color (decimal): -2364601 or 4713435. OLE color: 4713435.
HSL color Cylindrical-coordinate representation of color #DBEB47: hue angle of 65.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBEB47 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 71 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.08 |
| HSL | 65.85º | 0.8% | 0.6% | - |
| HSV(B) | 65.85º | 0.7% | 0.92% | - |
| XYZ | 60.06 | 74.93 | 17.26 | - |
| YUV | 211.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 71 | 0.07 | 0 | 0.70 | 0.08 | 65.85 | 0.8 | 0.6 |
| Hex | DB | EB | 47 | 7 | 0 | 46 | 8 | 42 | 50 | 3C |
| Octal | 333 | 353 | 107 | 7 | 0 | 106 | 10 | 102 | 120 | 74 |
| Binary | 11011011 | 11101011 | 1000111 | 111 | 0 | 1000110 | 1000 | 1000010 | 1010000 | 111100 |
Color Harmonies of #DBEB47
Complementary color
Monochromatic Colors of #DBEB47
Black with #DBEB47
Text Example
Text Example
White with #DBEB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB47; }
p { color: rgb(219,235,71); }
H1.HeaderClassName
{
color: #DBEB47;
}
.AnyTagClassName
{
color: #DBEB47;
}
</style>
background-color css
<style>
a { background-color: #DBEB47; }
a { background-color: rgb(219,235,71); }
div.DivClassName
{
background-color: #DBEB47;
}
.BgClassName
{
background-color: #DBEB47;
}
</style>
border-color css
<style>
span { border-color: #DBEB47; }
span { border-color: rgb(219,235,71); }
td.TdClassName
{
border-color: #DBEB47;
}
.TagClassName
{
border-color: #DBEB47;
}
</style>