Shades of Starship #DDE946
Tints of Starship #DDE946
RGB
CMYK
RGB Variations
Color information
#DDE946 (or 0xDDE946) is known color: Starship. HEX triplet: DD, E9 and 46. RGB value is (221,233,70). Sum of RGB (Red+Green+Blue) = 221+233+70=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE946 is #2216B9. Grayscale: #D3D3D3. Windows color (decimal): -2234042 or 4647389. OLE color: 4647389.
HSL color Cylindrical-coordinate representation of color #DDE946: hue angle of 64.42º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDE946 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 70 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.09 |
| HSL | 64.42º | 0.79% | 0.59% | - |
| HSV(B) | 64.42º | 0.7% | 0.91% | - |
| XYZ | 60.06 | 74.09 | 16.93 | - |
| YUV | 210.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 70 | 0.05 | 0 | 0.70 | 0.09 | 64.42 | 0.79 | 0.59 |
| Hex | DD | E9 | 46 | 5 | 0 | 46 | 9 | 40 | 4F | 3B |
| Octal | 335 | 351 | 106 | 5 | 0 | 106 | 11 | 100 | 117 | 73 |
| Binary | 11011101 | 11101001 | 1000110 | 101 | 0 | 1000110 | 1001 | 1000000 | 1001111 | 111011 |
Color Harmonies of #DDE946
Complementary color
Monochromatic Colors of #DDE946
Black with #DDE946
Text Example
Text Example
White with #DDE946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE946; }
p { color: rgb(221,233,70); }
H1.HeaderClassName
{
color: #DDE946;
}
.AnyTagClassName
{
color: #DDE946;
}
</style>
background-color css
<style>
a { background-color: #DDE946; }
a { background-color: rgb(221,233,70); }
div.DivClassName
{
background-color: #DDE946;
}
.BgClassName
{
background-color: #DDE946;
}
</style>
border-color css
<style>
span { border-color: #DDE946; }
span { border-color: rgb(221,233,70); }
td.TdClassName
{
border-color: #DDE946;
}
.TagClassName
{
border-color: #DDE946;
}
</style>