Shades of Starship #DBE747
Tints of Starship #DBE747
RGB
CMYK
RGB Variations
Color information
#DBE747 (or 0xDBE747) is known color: Starship. HEX triplet: DB, E7 and 47. RGB value is (219,231,71). Sum of RGB (Red+Green+Blue) = 219+231+71=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE747 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE747 is #2418B8. Grayscale: #D1D1D1. Windows color (decimal): -2365625 or 4712411. OLE color: 4712411.
HSL color Cylindrical-coordinate representation of color #DBE747: hue angle of 64.5º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBE747 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 71 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.09 |
| HSL | 64.5º | 0.77% | 0.59% | - |
| HSV(B) | 64.5º | 0.69% | 0.91% | - |
| XYZ | 58.93 | 72.67 | 16.88 | - |
| YUV | 209.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 71 | 0.05 | 0 | 0.69 | 0.09 | 64.5 | 0.77 | 0.59 |
| Hex | DB | E7 | 47 | 5 | 0 | 45 | 9 | 40 | 4D | 3B |
| Octal | 333 | 347 | 107 | 5 | 0 | 105 | 11 | 100 | 115 | 73 |
| Binary | 11011011 | 11100111 | 1000111 | 101 | 0 | 1000101 | 1001 | 1000000 | 1001101 | 111011 |
Color Harmonies of #DBE747
Complementary color
Monochromatic Colors of #DBE747
Black with #DBE747
Text Example
Text Example
White with #DBE747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE747; }
p { color: rgb(219,231,71); }
H1.HeaderClassName
{
color: #DBE747;
}
.AnyTagClassName
{
color: #DBE747;
}
</style>
background-color css
<style>
a { background-color: #DBE747; }
a { background-color: rgb(219,231,71); }
div.DivClassName
{
background-color: #DBE747;
}
.BgClassName
{
background-color: #DBE747;
}
</style>
border-color css
<style>
span { border-color: #DBE747; }
span { border-color: rgb(219,231,71); }
td.TdClassName
{
border-color: #DBE747;
}
.TagClassName
{
border-color: #DBE747;
}
</style>