Shades of Starship #DDEC41
Tints of Starship #DDEC41
RGB
CMYK
RGB Variations
Color information
#DDEC41 (or 0xDDEC41) is known color: Starship. HEX triplet: DD, EC and 41. RGB value is (221,236,65). Sum of RGB (Red+Green+Blue) = 221+236+65=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC41 is #2213BE. Grayscale: #D4D4D4. Windows color (decimal): -2233279 or 4320477. OLE color: 4320477.
HSL color Cylindrical-coordinate representation of color #DDEC41: hue angle of 65.26º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDEC41 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 65 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.07 |
| HSL | 65.26º | 0.82% | 0.59% | - |
| HSV(B) | 65.26º | 0.72% | 0.93% | - |
| XYZ | 60.77 | 75.74 | 16.42 | - |
| YUV | 212.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 65 | 0.06 | 0 | 0.72 | 0.07 | 65.26 | 0.82 | 0.59 |
| Hex | DD | EC | 41 | 6 | 0 | 48 | 7 | 41 | 52 | 3B |
| Octal | 335 | 354 | 101 | 6 | 0 | 110 | 7 | 101 | 122 | 73 |
| Binary | 11011101 | 11101100 | 1000001 | 110 | 0 | 1001000 | 111 | 1000001 | 1010010 | 111011 |
Color Harmonies of #DDEC41
Complementary color
Monochromatic Colors of #DDEC41
Black with #DDEC41
Text Example
Text Example
White with #DDEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC41; }
p { color: rgb(221,236,65); }
H1.HeaderClassName
{
color: #DDEC41;
}
.AnyTagClassName
{
color: #DDEC41;
}
</style>
background-color css
<style>
a { background-color: #DDEC41; }
a { background-color: rgb(221,236,65); }
div.DivClassName
{
background-color: #DDEC41;
}
.BgClassName
{
background-color: #DDEC41;
}
</style>
border-color css
<style>
span { border-color: #DDEC41; }
span { border-color: rgb(221,236,65); }
td.TdClassName
{
border-color: #DDEC41;
}
.TagClassName
{
border-color: #DDEC41;
}
</style>