Shades of Starship #DDE039
Tints of Starship #DDE039
RGB
CMYK
RGB Variations
Color information
#DDE039 (or 0xDDE039) is known color: Starship. HEX triplet: DD, E0 and 39. RGB value is (221,224,57). Sum of RGB (Red+Green+Blue) = 221+224+57=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 57 (22.66% from 255 or 11.35% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE039 is #221FC6. Grayscale: #CCCCCC. Windows color (decimal): -2236359 or 3793117. OLE color: 3793117.
HSL color Cylindrical-coordinate representation of color #DDE039: hue angle of 61.08º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDE039 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 57 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.12 |
| HSL | 61.08º | 0.73% | 0.55% | - |
| HSV(B) | 61.08º | 0.75% | 0.88% | - |
| XYZ | 57.21 | 68.98 | 14.17 | - |
| YUV | 204.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 57 | 0.01 | 0 | 0.75 | 0.12 | 61.08 | 0.73 | 0.55 |
| Hex | DD | E0 | 39 | 1 | 0 | 4B | C | 3D | 49 | 37 |
| Octal | 335 | 340 | 71 | 1 | 0 | 113 | 14 | 75 | 111 | 67 |
| Binary | 11011101 | 11100000 | 111001 | 1 | 0 | 1001011 | 1100 | 111101 | 1001001 | 110111 |
Color Harmonies of #DDE039
Complementary color
Monochromatic Colors of #DDE039
Black with #DDE039
Text Example
Text Example
White with #DDE039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE039; }
p { color: rgb(221,224,57); }
H1.HeaderClassName
{
color: #DDE039;
}
.AnyTagClassName
{
color: #DDE039;
}
</style>
background-color css
<style>
a { background-color: #DDE039; }
a { background-color: rgb(221,224,57); }
div.DivClassName
{
background-color: #DDE039;
}
.BgClassName
{
background-color: #DDE039;
}
</style>
border-color css
<style>
span { border-color: #DDE039; }
span { border-color: rgb(221,224,57); }
td.TdClassName
{
border-color: #DDE039;
}
.TagClassName
{
border-color: #DDE039;
}
</style>