Shades of Starship #DDE540
Tints of Starship #DDE540
RGB
CMYK
RGB Variations
Color information
#DDE540 (or 0xDDE540) is known color: Starship. HEX triplet: DD, E5 and 40. RGB value is (221,229,64). Sum of RGB (Red+Green+Blue) = 221+229+64=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE540 is #221ABF. Grayscale: #D0D0D0. Windows color (decimal): -2235072 or 4253149. OLE color: 4253149.
HSL color Cylindrical-coordinate representation of color #DDE540: hue angle of 62.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDE540 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 64 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.10 |
| HSL | 62.91º | 0.76% | 0.57% | - |
| HSV(B) | 62.91º | 0.72% | 0.9% | - |
| XYZ | 58.76 | 71.78 | 15.61 | - |
| YUV | 207.8 | 46.85 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 64 | 0.03 | 0 | 0.72 | 0.10 | 62.91 | 0.76 | 0.57 |
| Hex | DD | E5 | 40 | 3 | 0 | 48 | A | 3F | 4C | 39 |
| Octal | 335 | 345 | 100 | 3 | 0 | 110 | 12 | 77 | 114 | 71 |
| Binary | 11011101 | 11100101 | 1000000 | 11 | 0 | 1001000 | 1010 | 111111 | 1001100 | 111001 |
Color Harmonies of #DDE540
Complementary color
Monochromatic Colors of #DDE540
Black with #DDE540
Text Example
Text Example
White with #DDE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE540; }
p { color: rgb(221,229,64); }
H1.HeaderClassName
{
color: #DDE540;
}
.AnyTagClassName
{
color: #DDE540;
}
</style>
background-color css
<style>
a { background-color: #DDE540; }
a { background-color: rgb(221,229,64); }
div.DivClassName
{
background-color: #DDE540;
}
.BgClassName
{
background-color: #DDE540;
}
</style>
border-color css
<style>
span { border-color: #DDE540; }
span { border-color: rgb(221,229,64); }
td.TdClassName
{
border-color: #DDE540;
}
.TagClassName
{
border-color: #DDE540;
}
</style>