Shades of Starship #DBE748
Tints of Starship #DBE748
RGB
CMYK
RGB Variations
Color information
#DBE748 (or 0xDBE748) is known color: Starship. HEX triplet: DB, E7 and 48. RGB value is (219,231,72). Sum of RGB (Red+Green+Blue) = 219+231+72=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE748 is #2418B7. Grayscale: #D1D1D1. Windows color (decimal): -2365624 or 4777947. OLE color: 4777947.
HSL color Cylindrical-coordinate representation of color #DBE748: hue angle of 64.53º 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 #DBE748 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 72 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.09 |
| HSL | 64.53º | 0.77% | 0.59% | - |
| HSV(B) | 64.53º | 0.69% | 0.91% | - |
| XYZ | 58.96 | 72.68 | 17.05 | - |
| YUV | 209.29 | 50.52 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 72 | 0.05 | 0 | 0.69 | 0.09 | 64.53 | 0.77 | 0.59 |
| Hex | DB | E7 | 48 | 5 | 0 | 45 | 9 | 41 | 4D | 3B |
| Octal | 333 | 347 | 110 | 5 | 0 | 105 | 11 | 101 | 115 | 73 |
| Binary | 11011011 | 11100111 | 1001000 | 101 | 0 | 1000101 | 1001 | 1000001 | 1001101 | 111011 |
Color Harmonies of #DBE748
Complementary color
Monochromatic Colors of #DBE748
Black with #DBE748
Text Example
Text Example
White with #DBE748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE748; }
p { color: rgb(219,231,72); }
H1.HeaderClassName
{
color: #DBE748;
}
.AnyTagClassName
{
color: #DBE748;
}
</style>
background-color css
<style>
a { background-color: #DBE748; }
a { background-color: rgb(219,231,72); }
div.DivClassName
{
background-color: #DBE748;
}
.BgClassName
{
background-color: #DBE748;
}
</style>
border-color css
<style>
span { border-color: #DBE748; }
span { border-color: rgb(219,231,72); }
td.TdClassName
{
border-color: #DBE748;
}
.TagClassName
{
border-color: #DBE748;
}
</style>