Shades of Starship #DDE033
Tints of Starship #DDE033
RGB
CMYK
RGB Variations
Color information
#DDE033 (or 0xDDE033) is known color: Starship. HEX triplet: DD, E0 and 33. RGB value is (221,224,51). Sum of RGB (Red+Green+Blue) = 221+224+51=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 51 (20.31% from 255 or 10.28% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE033 is #221FCC. Grayscale: #CCCCCC. Windows color (decimal): -2236365 or 3399901. OLE color: 3399901.
HSL color Cylindrical-coordinate representation of color #DDE033: hue angle of 61.04º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDE033 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 51 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.12 |
| HSL | 61.04º | 0.74% | 0.54% | - |
| HSV(B) | 61.04º | 0.77% | 0.88% | - |
| XYZ | 57.07 | 68.92 | 13.43 | - |
| YUV | 203.38 | 42.01 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 51 | 0.01 | 0 | 0.77 | 0.12 | 61.04 | 0.74 | 0.54 |
| Hex | DD | E0 | 33 | 1 | 0 | 4D | C | 3D | 4A | 36 |
| Octal | 335 | 340 | 63 | 1 | 0 | 115 | 14 | 75 | 112 | 66 |
| Binary | 11011101 | 11100000 | 110011 | 1 | 0 | 1001101 | 1100 | 111101 | 1001010 | 110110 |
Color Harmonies of #DDE033
Complementary color
Monochromatic Colors of #DDE033
Black with #DDE033
Text Example
Text Example
White with #DDE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE033; }
p { color: rgb(221,224,51); }
H1.HeaderClassName
{
color: #DDE033;
}
.AnyTagClassName
{
color: #DDE033;
}
</style>
background-color css
<style>
a { background-color: #DDE033; }
a { background-color: rgb(221,224,51); }
div.DivClassName
{
background-color: #DDE033;
}
.BgClassName
{
background-color: #DDE033;
}
</style>
border-color css
<style>
span { border-color: #DDE033; }
span { border-color: rgb(221,224,51); }
td.TdClassName
{
border-color: #DDE033;
}
.TagClassName
{
border-color: #DDE033;
}
</style>