Shades of Starship #DBE348
Tints of Starship #DBE348
RGB
CMYK
RGB Variations
Color information
#DBE348 (or 0xDBE348) is known color: Starship. HEX triplet: DB, E3 and 48. RGB value is (219,227,72). Sum of RGB (Red+Green+Blue) = 219+227+72=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE348 is #241CB7. Grayscale: #CFCFCF. Windows color (decimal): -2366648 or 4776923. OLE color: 4776923.
HSL color Cylindrical-coordinate representation of color #DBE348: hue angle of 63.1º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBE348 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 72 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.11 |
| HSL | 63.1º | 0.73% | 0.59% | - |
| HSV(B) | 63.1º | 0.68% | 0.89% | - |
| XYZ | 57.85 | 70.47 | 16.68 | - |
| YUV | 206.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 72 | 0.04 | 0 | 0.68 | 0.11 | 63.1 | 0.73 | 0.59 |
| Hex | DB | E3 | 48 | 4 | 0 | 44 | B | 3F | 49 | 3B |
| Octal | 333 | 343 | 110 | 4 | 0 | 104 | 13 | 77 | 111 | 73 |
| Binary | 11011011 | 11100011 | 1001000 | 100 | 0 | 1000100 | 1011 | 111111 | 1001001 | 111011 |
Color Harmonies of #DBE348
Complementary color
Monochromatic Colors of #DBE348
Black with #DBE348
Text Example
Text Example
White with #DBE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE348; }
p { color: rgb(219,227,72); }
H1.HeaderClassName
{
color: #DBE348;
}
.AnyTagClassName
{
color: #DBE348;
}
</style>
background-color css
<style>
a { background-color: #DBE348; }
a { background-color: rgb(219,227,72); }
div.DivClassName
{
background-color: #DBE348;
}
.BgClassName
{
background-color: #DBE348;
}
</style>
border-color css
<style>
span { border-color: #DBE348; }
span { border-color: rgb(219,227,72); }
td.TdClassName
{
border-color: #DBE348;
}
.TagClassName
{
border-color: #DBE348;
}
</style>