Shades of Starship #DBE339
Tints of Starship #DBE339
RGB
CMYK
RGB Variations
Color information
#DBE339 (or 0xDBE339) is known color: Starship. HEX triplet: DB, E3 and 39. RGB value is (219,227,57). Sum of RGB (Red+Green+Blue) = 219+227+57=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 57 (22.66% from 255 or 11.33% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE339 is #241CC6. Grayscale: #CDCDCD. Windows color (decimal): -2366663 or 3793883. OLE color: 3793883.
HSL color Cylindrical-coordinate representation of color #DBE339: hue angle of 62.82º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBE339 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 57 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.11 |
| HSL | 62.82º | 0.75% | 0.56% | - |
| HSV(B) | 62.82º | 0.75% | 0.89% | - |
| XYZ | 57.42 | 70.29 | 14.41 | - |
| YUV | 205.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 57 | 0.04 | 0 | 0.75 | 0.11 | 62.82 | 0.75 | 0.56 |
| Hex | DB | E3 | 39 | 4 | 0 | 4B | B | 3F | 4B | 38 |
| Octal | 333 | 343 | 71 | 4 | 0 | 113 | 13 | 77 | 113 | 70 |
| Binary | 11011011 | 11100011 | 111001 | 100 | 0 | 1001011 | 1011 | 111111 | 1001011 | 111000 |
Color Harmonies of #DBE339
Complementary color
Monochromatic Colors of #DBE339
Black with #DBE339
Text Example
Text Example
White with #DBE339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE339; }
p { color: rgb(219,227,57); }
H1.HeaderClassName
{
color: #DBE339;
}
.AnyTagClassName
{
color: #DBE339;
}
</style>
background-color css
<style>
a { background-color: #DBE339; }
a { background-color: rgb(219,227,57); }
div.DivClassName
{
background-color: #DBE339;
}
.BgClassName
{
background-color: #DBE339;
}
</style>
border-color css
<style>
span { border-color: #DBE339; }
span { border-color: rgb(219,227,57); }
td.TdClassName
{
border-color: #DBE339;
}
.TagClassName
{
border-color: #DBE339;
}
</style>