Shades of Starship #DDE036
Tints of Starship #DDE036
RGB
CMYK
RGB Variations
Color information
#DDE036 (or 0xDDE036) is known color: Starship. HEX triplet: DD, E0 and 36. RGB value is (221,224,54). Sum of RGB (Red+Green+Blue) = 221+224+54=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE036 is #221FC9. Grayscale: #CCCCCC. Windows color (decimal): -2236362 or 3596509. OLE color: 3596509.
HSL color Cylindrical-coordinate representation of color #DDE036: hue angle of 61.06º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDE036 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 54 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.12 |
| HSL | 61.06º | 0.73% | 0.55% | - |
| HSV(B) | 61.06º | 0.76% | 0.88% | - |
| XYZ | 57.14 | 68.95 | 13.79 | - |
| YUV | 203.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 54 | 0.01 | 0 | 0.76 | 0.12 | 61.06 | 0.73 | 0.55 |
| Hex | DD | E0 | 36 | 1 | 0 | 4C | C | 3D | 49 | 37 |
| Octal | 335 | 340 | 66 | 1 | 0 | 114 | 14 | 75 | 111 | 67 |
| Binary | 11011101 | 11100000 | 110110 | 1 | 0 | 1001100 | 1100 | 111101 | 1001001 | 110111 |
Color Harmonies of #DDE036
Complementary color
Monochromatic Colors of #DDE036
Black with #DDE036
Text Example
Text Example
White with #DDE036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE036; }
p { color: rgb(221,224,54); }
H1.HeaderClassName
{
color: #DDE036;
}
.AnyTagClassName
{
color: #DDE036;
}
</style>
background-color css
<style>
a { background-color: #DDE036; }
a { background-color: rgb(221,224,54); }
div.DivClassName
{
background-color: #DDE036;
}
.BgClassName
{
background-color: #DDE036;
}
</style>
border-color css
<style>
span { border-color: #DDE036; }
span { border-color: rgb(221,224,54); }
td.TdClassName
{
border-color: #DDE036;
}
.TagClassName
{
border-color: #DDE036;
}
</style>