Shades of Starship #DDE232
Tints of Starship #DDE232
RGB
CMYK
RGB Variations
Color information
#DDE232 (or 0xDDE232) is known color: Starship. HEX triplet: DD, E2 and 32. RGB value is (221,226,50). Sum of RGB (Red+Green+Blue) = 221+226+50=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE232 is #221DCD. Grayscale: #CDCDCD. Windows color (decimal): -2235854 or 3334877. OLE color: 3334877.
HSL color Cylindrical-coordinate representation of color #DDE232: hue angle of 61.7º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDE232 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 226 | 50 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.11 |
| HSL | 61.7º | 0.75% | 0.54% | - |
| HSV(B) | 61.7º | 0.78% | 0.89% | - |
| XYZ | 57.59 | 70 | 13.49 | - |
| YUV | 204.44 | 40.84 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 50 | 0.02 | 0 | 0.78 | 0.11 | 61.7 | 0.75 | 0.54 |
| Hex | DD | E2 | 32 | 2 | 0 | 4E | B | 3E | 4B | 36 |
| Octal | 335 | 342 | 62 | 2 | 0 | 116 | 13 | 76 | 113 | 66 |
| Binary | 11011101 | 11100010 | 110010 | 10 | 0 | 1001110 | 1011 | 111110 | 1001011 | 110110 |
Color Harmonies of #DDE232
Complementary color
Monochromatic Colors of #DDE232
Black with #DDE232
Text Example
Text Example
White with #DDE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE232; }
p { color: rgb(221,226,50); }
H1.HeaderClassName
{
color: #DDE232;
}
.AnyTagClassName
{
color: #DDE232;
}
</style>
background-color css
<style>
a { background-color: #DDE232; }
a { background-color: rgb(221,226,50); }
div.DivClassName
{
background-color: #DDE232;
}
.BgClassName
{
background-color: #DDE232;
}
</style>
border-color css
<style>
span { border-color: #DDE232; }
span { border-color: rgb(221,226,50); }
td.TdClassName
{
border-color: #DDE232;
}
.TagClassName
{
border-color: #DDE232;
}
</style>