Shades of Starship #DDE33D
Tints of Starship #DDE33D
RGB
CMYK
RGB Variations
Color information
#DDE33D (or 0xDDE33D) is known color: Starship. HEX triplet: DD, E3 and 3D. RGB value is (221,227,61). Sum of RGB (Red+Green+Blue) = 221+227+61=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE33D is #221CC2. Grayscale: #CECECE. Windows color (decimal): -2235587 or 4056029. OLE color: 4056029.
HSL color Cylindrical-coordinate representation of color #DDE33D: hue angle of 62.17º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDE33D is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 61 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.11 |
| HSL | 62.17º | 0.75% | 0.56% | - |
| HSV(B) | 62.17º | 0.73% | 0.89% | - |
| XYZ | 58.13 | 70.65 | 14.99 | - |
| YUV | 206.28 | 46.01 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 61 | 0.03 | 0 | 0.73 | 0.11 | 62.17 | 0.75 | 0.56 |
| Hex | DD | E3 | 3D | 3 | 0 | 49 | B | 3E | 4B | 38 |
| Octal | 335 | 343 | 75 | 3 | 0 | 111 | 13 | 76 | 113 | 70 |
| Binary | 11011101 | 11100011 | 111101 | 11 | 0 | 1001001 | 1011 | 111110 | 1001011 | 111000 |
Color Harmonies of #DDE33D
Complementary color
Monochromatic Colors of #DDE33D
Black with #DDE33D
Text Example
Text Example
White with #DDE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE33D; }
p { color: rgb(221,227,61); }
H1.HeaderClassName
{
color: #DDE33D;
}
.AnyTagClassName
{
color: #DDE33D;
}
</style>
background-color css
<style>
a { background-color: #DDE33D; }
a { background-color: rgb(221,227,61); }
div.DivClassName
{
background-color: #DDE33D;
}
.BgClassName
{
background-color: #DDE33D;
}
</style>
border-color css
<style>
span { border-color: #DDE33D; }
span { border-color: rgb(221,227,61); }
td.TdClassName
{
border-color: #DDE33D;
}
.TagClassName
{
border-color: #DDE33D;
}
</style>