Shades of Starship #DDE741
Tints of Starship #DDE741
RGB
CMYK
RGB Variations
Color information
#DDE741 (or 0xDDE741) is known color: Starship. HEX triplet: DD, E7 and 41. RGB value is (221,231,65). Sum of RGB (Red+Green+Blue) = 221+231+65=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE741 is #2218BE. Grayscale: #D1D1D1. Windows color (decimal): -2234559 or 4319197. OLE color: 4319197.
HSL color Cylindrical-coordinate representation of color #DDE741: hue angle of 63.61º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDE741 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 65 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.09 |
| HSL | 63.61º | 0.78% | 0.58% | - |
| HSV(B) | 63.61º | 0.72% | 0.91% | - |
| XYZ | 59.35 | 72.91 | 15.95 | - |
| YUV | 209.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 65 | 0.04 | 0 | 0.72 | 0.09 | 63.61 | 0.78 | 0.58 |
| Hex | DD | E7 | 41 | 4 | 0 | 48 | 9 | 40 | 4E | 3A |
| Octal | 335 | 347 | 101 | 4 | 0 | 110 | 11 | 100 | 116 | 72 |
| Binary | 11011101 | 11100111 | 1000001 | 100 | 0 | 1001000 | 1001 | 1000000 | 1001110 | 111010 |
Color Harmonies of #DDE741
Complementary color
Monochromatic Colors of #DDE741
Black with #DDE741
Text Example
Text Example
White with #DDE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE741; }
p { color: rgb(221,231,65); }
H1.HeaderClassName
{
color: #DDE741;
}
.AnyTagClassName
{
color: #DDE741;
}
</style>
background-color css
<style>
a { background-color: #DDE741; }
a { background-color: rgb(221,231,65); }
div.DivClassName
{
background-color: #DDE741;
}
.BgClassName
{
background-color: #DDE741;
}
</style>
border-color css
<style>
span { border-color: #DDE741; }
span { border-color: rgb(221,231,65); }
td.TdClassName
{
border-color: #DDE741;
}
.TagClassName
{
border-color: #DDE741;
}
</style>