Shades of Starship #DDE342
Tints of Starship #DDE342
RGB
CMYK
RGB Variations
Color information
#DDE342 (or 0xDDE342) is known color: Starship. HEX triplet: DD, E3 and 42. RGB value is (221,227,66). Sum of RGB (Red+Green+Blue) = 221+227+66=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE342 is #221CBD. Grayscale: #CFCFCF. Windows color (decimal): -2235582 or 4383709. OLE color: 4383709.
HSL color Cylindrical-coordinate representation of color #DDE342: hue angle of 62.24º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDE342 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 66 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.11 |
| HSL | 62.24º | 0.74% | 0.57% | - |
| HSV(B) | 62.24º | 0.71% | 0.89% | - |
| XYZ | 58.27 | 70.7 | 15.73 | - |
| YUV | 206.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 66 | 0.03 | 0 | 0.71 | 0.11 | 62.24 | 0.74 | 0.57 |
| Hex | DD | E3 | 42 | 3 | 0 | 47 | B | 3E | 4A | 39 |
| Octal | 335 | 343 | 102 | 3 | 0 | 107 | 13 | 76 | 112 | 71 |
| Binary | 11011101 | 11100011 | 1000010 | 11 | 0 | 1000111 | 1011 | 111110 | 1001010 | 111001 |
Color Harmonies of #DDE342
Complementary color
Monochromatic Colors of #DDE342
Black with #DDE342
Text Example
Text Example
White with #DDE342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE342; }
p { color: rgb(221,227,66); }
H1.HeaderClassName
{
color: #DDE342;
}
.AnyTagClassName
{
color: #DDE342;
}
</style>
background-color css
<style>
a { background-color: #DDE342; }
a { background-color: rgb(221,227,66); }
div.DivClassName
{
background-color: #DDE342;
}
.BgClassName
{
background-color: #DDE342;
}
</style>
border-color css
<style>
span { border-color: #DDE342; }
span { border-color: rgb(221,227,66); }
td.TdClassName
{
border-color: #DDE342;
}
.TagClassName
{
border-color: #DDE342;
}
</style>