Shades of Starship #DDF348
Tints of Starship #DDF348
RGB
CMYK
RGB Variations
Color information
#DDF348 (or 0xDDF348) is known color: Starship. HEX triplet: DD, F3 and 48. RGB value is (221,243,72). Sum of RGB (Red+Green+Blue) = 221+243+72=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF348 is #220CB7. Grayscale: #D9D9D9. Windows color (decimal): -2231480 or 4781021. OLE color: 4781021.
HSL color Cylindrical-coordinate representation of color #DDF348: hue angle of 67.72º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF348 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 72 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.05 |
| HSL | 67.72º | 0.88% | 0.62% | - |
| HSV(B) | 67.72º | 0.7% | 0.95% | - |
| XYZ | 63.04 | 79.94 | 18.24 | - |
| YUV | 216.93 | 46.21 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 72 | 0.09 | 0 | 0.70 | 0.05 | 67.72 | 0.88 | 0.62 |
| Hex | DD | F3 | 48 | 9 | 0 | 46 | 5 | 44 | 58 | 3E |
| Octal | 335 | 363 | 110 | 11 | 0 | 106 | 5 | 104 | 130 | 76 |
| Binary | 11011101 | 11110011 | 1001000 | 1001 | 0 | 1000110 | 101 | 1000100 | 1011000 | 111110 |
Color Harmonies of #DDF348
Complementary color
Monochromatic Colors of #DDF348
Black with #DDF348
Text Example
Text Example
White with #DDF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF348; }
p { color: rgb(221,243,72); }
H1.HeaderClassName
{
color: #DDF348;
}
.AnyTagClassName
{
color: #DDF348;
}
</style>
background-color css
<style>
a { background-color: #DDF348; }
a { background-color: rgb(221,243,72); }
div.DivClassName
{
background-color: #DDF348;
}
.BgClassName
{
background-color: #DDF348;
}
</style>
border-color css
<style>
span { border-color: #DDF348; }
span { border-color: rgb(221,243,72); }
td.TdClassName
{
border-color: #DDF348;
}
.TagClassName
{
border-color: #DDF348;
}
</style>