Shades of Starship #DDE949
Tints of Starship #DDE949
RGB
CMYK
RGB Variations
Color information
#DDE949 (or 0xDDE949) is known color: Starship. HEX triplet: DD, E9 and 49. RGB value is (221,233,73). Sum of RGB (Red+Green+Blue) = 221+233+73=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE949 is #2216B6. Grayscale: #D3D3D3. Windows color (decimal): -2234039 or 4843997. OLE color: 4843997.
HSL color Cylindrical-coordinate representation of color #DDE949: hue angle of 64.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDE949 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 73 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.09 |
| HSL | 64.5º | 0.78% | 0.6% | - |
| HSV(B) | 64.5º | 0.69% | 0.91% | - |
| XYZ | 60.16 | 74.13 | 17.44 | - |
| YUV | 211.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 73 | 0.05 | 0 | 0.69 | 0.09 | 64.5 | 0.78 | 0.6 |
| Hex | DD | E9 | 49 | 5 | 0 | 45 | 9 | 40 | 4E | 3C |
| Octal | 335 | 351 | 111 | 5 | 0 | 105 | 11 | 100 | 116 | 74 |
| Binary | 11011101 | 11101001 | 1001001 | 101 | 0 | 1000101 | 1001 | 1000000 | 1001110 | 111100 |
Color Harmonies of #DDE949
Complementary color
Monochromatic Colors of #DDE949
Black with #DDE949
Text Example
Text Example
White with #DDE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE949; }
p { color: rgb(221,233,73); }
H1.HeaderClassName
{
color: #DDE949;
}
.AnyTagClassName
{
color: #DDE949;
}
</style>
background-color css
<style>
a { background-color: #DDE949; }
a { background-color: rgb(221,233,73); }
div.DivClassName
{
background-color: #DDE949;
}
.BgClassName
{
background-color: #DDE949;
}
</style>
border-color css
<style>
span { border-color: #DDE949; }
span { border-color: rgb(221,233,73); }
td.TdClassName
{
border-color: #DDE949;
}
.TagClassName
{
border-color: #DDE949;
}
</style>