Shades of Starship #DDF049
Tints of Starship #DDF049
RGB
CMYK
RGB Variations
Color information
#DDF049 (or 0xDDF049) is known color: Starship. HEX triplet: DD, F0 and 49. RGB value is (221,240,73). Sum of RGB (Red+Green+Blue) = 221+240+73=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF049 is #220FB6. Grayscale: #D7D7D7. Windows color (decimal): -2232247 or 4845789. OLE color: 4845789.
HSL color Cylindrical-coordinate representation of color #DDF049: hue angle of 66.83º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF049 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 73 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.06 |
| HSL | 66.83º | 0.85% | 0.61% | - |
| HSV(B) | 66.83º | 0.7% | 0.94% | - |
| XYZ | 62.18 | 78.17 | 18.11 | - |
| YUV | 215.28 | 47.71 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 73 | 0.08 | 0 | 0.70 | 0.06 | 66.83 | 0.85 | 0.61 |
| Hex | DD | F0 | 49 | 8 | 0 | 46 | 6 | 43 | 55 | 3D |
| Octal | 335 | 360 | 111 | 10 | 0 | 106 | 6 | 103 | 125 | 75 |
| Binary | 11011101 | 11110000 | 1001001 | 1000 | 0 | 1000110 | 110 | 1000011 | 1010101 | 111101 |
Color Harmonies of #DDF049
Complementary color
Monochromatic Colors of #DDF049
Black with #DDF049
Text Example
Text Example
White with #DDF049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF049; }
p { color: rgb(221,240,73); }
H1.HeaderClassName
{
color: #DDF049;
}
.AnyTagClassName
{
color: #DDF049;
}
</style>
background-color css
<style>
a { background-color: #DDF049; }
a { background-color: rgb(221,240,73); }
div.DivClassName
{
background-color: #DDF049;
}
.BgClassName
{
background-color: #DDF049;
}
</style>
border-color css
<style>
span { border-color: #DDF049; }
span { border-color: rgb(221,240,73); }
td.TdClassName
{
border-color: #DDF049;
}
.TagClassName
{
border-color: #DDF049;
}
</style>