Shades of Starship #DDE63F
Tints of Starship #DDE63F
RGB
CMYK
RGB Variations
Color information
#DDE63F (or 0xDDE63F) is known color: Starship. HEX triplet: DD, E6 and 3F. RGB value is (221,230,63). Sum of RGB (Red+Green+Blue) = 221+230+63=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE63F is #2219C0. Grayscale: #D0D0D0. Windows color (decimal): -2234817 or 4187869. OLE color: 4187869.
HSL color Cylindrical-coordinate representation of color #DDE63F: hue angle of 63.23º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDE63F is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 63 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.10 |
| HSL | 63.23º | 0.77% | 0.57% | - |
| HSV(B) | 63.23º | 0.73% | 0.9% | - |
| XYZ | 59.01 | 72.32 | 15.55 | - |
| YUV | 208.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 63 | 0.04 | 0 | 0.73 | 0.10 | 63.23 | 0.77 | 0.57 |
| Hex | DD | E6 | 3F | 4 | 0 | 49 | A | 3F | 4D | 39 |
| Octal | 335 | 346 | 77 | 4 | 0 | 111 | 12 | 77 | 115 | 71 |
| Binary | 11011101 | 11100110 | 111111 | 100 | 0 | 1001001 | 1010 | 111111 | 1001101 | 111001 |
Color Harmonies of #DDE63F
Complementary color
Monochromatic Colors of #DDE63F
Black with #DDE63F
Text Example
Text Example
White with #DDE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE63F; }
p { color: rgb(221,230,63); }
H1.HeaderClassName
{
color: #DDE63F;
}
.AnyTagClassName
{
color: #DDE63F;
}
</style>
background-color css
<style>
a { background-color: #DDE63F; }
a { background-color: rgb(221,230,63); }
div.DivClassName
{
background-color: #DDE63F;
}
.BgClassName
{
background-color: #DDE63F;
}
</style>
border-color css
<style>
span { border-color: #DDE63F; }
span { border-color: rgb(221,230,63); }
td.TdClassName
{
border-color: #DDE63F;
}
.TagClassName
{
border-color: #DDE63F;
}
</style>