Shades of Starship #DDE93F
Tints of Starship #DDE93F
RGB
CMYK
RGB Variations
Color information
#DDE93F (or 0xDDE93F) is known color: Starship. HEX triplet: DD, E9 and 3F. RGB value is (221,233,63). Sum of RGB (Red+Green+Blue) = 221+233+63=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE93F is #2216C0. Grayscale: #D2D2D2. Windows color (decimal): -2234049 or 4188637. OLE color: 4188637.
HSL color Cylindrical-coordinate representation of color #DDE93F: hue angle of 64.24º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDE93F is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 63 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.09 |
| HSL | 64.24º | 0.79% | 0.58% | - |
| HSV(B) | 64.24º | 0.73% | 0.91% | - |
| XYZ | 59.85 | 74.01 | 15.83 | - |
| YUV | 210.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 63 | 0.05 | 0 | 0.73 | 0.09 | 64.24 | 0.79 | 0.58 |
| Hex | DD | E9 | 3F | 5 | 0 | 49 | 9 | 40 | 4F | 3A |
| Octal | 335 | 351 | 77 | 5 | 0 | 111 | 11 | 100 | 117 | 72 |
| Binary | 11011101 | 11101001 | 111111 | 101 | 0 | 1001001 | 1001 | 1000000 | 1001111 | 111010 |
Color Harmonies of #DDE93F
Complementary color
Monochromatic Colors of #DDE93F
Black with #DDE93F
Text Example
Text Example
White with #DDE93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE93F; }
p { color: rgb(221,233,63); }
H1.HeaderClassName
{
color: #DDE93F;
}
.AnyTagClassName
{
color: #DDE93F;
}
</style>
background-color css
<style>
a { background-color: #DDE93F; }
a { background-color: rgb(221,233,63); }
div.DivClassName
{
background-color: #DDE93F;
}
.BgClassName
{
background-color: #DDE93F;
}
</style>
border-color css
<style>
span { border-color: #DDE93F; }
span { border-color: rgb(221,233,63); }
td.TdClassName
{
border-color: #DDE93F;
}
.TagClassName
{
border-color: #DDE93F;
}
</style>