Shades of Starship #DDE334
Tints of Starship #DDE334
RGB
CMYK
RGB Variations
Color information
#DDE334 (or 0xDDE334) is known color: Starship. HEX triplet: DD, E3 and 34. RGB value is (221,227,52). Sum of RGB (Red+Green+Blue) = 221+227+52=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE334 is #221CCB. Grayscale: #CDCDCD. Windows color (decimal): -2235596 or 3466205. OLE color: 3466205.
HSL color Cylindrical-coordinate representation of color #DDE334: hue angle of 62.06º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDE334 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 52 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.11 |
| HSL | 62.06º | 0.76% | 0.55% | - |
| HSV(B) | 62.06º | 0.77% | 0.89% | - |
| XYZ | 57.91 | 70.56 | 13.82 | - |
| YUV | 205.26 | 41.51 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 52 | 0.03 | 0 | 0.77 | 0.11 | 62.06 | 0.76 | 0.55 |
| Hex | DD | E3 | 34 | 3 | 0 | 4D | B | 3E | 4C | 37 |
| Octal | 335 | 343 | 64 | 3 | 0 | 115 | 13 | 76 | 114 | 67 |
| Binary | 11011101 | 11100011 | 110100 | 11 | 0 | 1001101 | 1011 | 111110 | 1001100 | 110111 |
Color Harmonies of #DDE334
Complementary color
Monochromatic Colors of #DDE334
Black with #DDE334
Text Example
Text Example
White with #DDE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE334; }
p { color: rgb(221,227,52); }
H1.HeaderClassName
{
color: #DDE334;
}
.AnyTagClassName
{
color: #DDE334;
}
</style>
background-color css
<style>
a { background-color: #DDE334; }
a { background-color: rgb(221,227,52); }
div.DivClassName
{
background-color: #DDE334;
}
.BgClassName
{
background-color: #DDE334;
}
</style>
border-color css
<style>
span { border-color: #DDE334; }
span { border-color: rgb(221,227,52); }
td.TdClassName
{
border-color: #DDE334;
}
.TagClassName
{
border-color: #DDE334;
}
</style>