Shades of Starship #DDE643
Tints of Starship #DDE643
RGB
CMYK
RGB Variations
Color information
#DDE643 (or 0xDDE643) is known color: Starship. HEX triplet: DD, E6 and 43. RGB value is (221,230,67). Sum of RGB (Red+Green+Blue) = 221+230+67=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE643 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE643 is #2219BC. Grayscale: #D1D1D1. Windows color (decimal): -2234813 or 4450013. OLE color: 4450013.
HSL color Cylindrical-coordinate representation of color #DDE643: hue angle of 63.31º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDE643 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 230 | 67 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.10 |
| HSL | 63.31º | 0.77% | 0.58% | - |
| HSV(B) | 63.31º | 0.71% | 0.9% | - |
| XYZ | 59.13 | 72.37 | 16.16 | - |
| YUV | 208.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 67 | 0.04 | 0 | 0.71 | 0.10 | 63.31 | 0.77 | 0.58 |
| Hex | DD | E6 | 43 | 4 | 0 | 47 | A | 3F | 4D | 3A |
| Octal | 335 | 346 | 103 | 4 | 0 | 107 | 12 | 77 | 115 | 72 |
| Binary | 11011101 | 11100110 | 1000011 | 100 | 0 | 1000111 | 1010 | 111111 | 1001101 | 111010 |
Color Harmonies of #DDE643
Complementary color
Monochromatic Colors of #DDE643
Black with #DDE643
Text Example
Text Example
White with #DDE643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE643; }
p { color: rgb(221,230,67); }
H1.HeaderClassName
{
color: #DDE643;
}
.AnyTagClassName
{
color: #DDE643;
}
</style>
background-color css
<style>
a { background-color: #DDE643; }
a { background-color: rgb(221,230,67); }
div.DivClassName
{
background-color: #DDE643;
}
.BgClassName
{
background-color: #DDE643;
}
</style>
border-color css
<style>
span { border-color: #DDE643; }
span { border-color: rgb(221,230,67); }
td.TdClassName
{
border-color: #DDE643;
}
.TagClassName
{
border-color: #DDE643;
}
</style>