Shades of Starship #DDED3F
Tints of Starship #DDED3F
RGB
CMYK
RGB Variations
Color information
#DDED3F (or 0xDDED3F) is known color: Starship. HEX triplet: DD, ED and 3F. RGB value is (221,237,63). Sum of RGB (Red+Green+Blue) = 221+237+63=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED3F is #2212C0. Grayscale: #D5D5D5. Windows color (decimal): -2233025 or 4189661. OLE color: 4189661.
HSL color Cylindrical-coordinate representation of color #DDED3F: hue angle of 65.52º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDED3F is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 63 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.07 |
| HSL | 65.52º | 0.83% | 0.59% | - |
| HSV(B) | 65.52º | 0.73% | 0.93% | - |
| XYZ | 61 | 76.3 | 16.21 | - |
| YUV | 212.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 63 | 0.07 | 0 | 0.73 | 0.07 | 65.52 | 0.83 | 0.59 |
| Hex | DD | ED | 3F | 7 | 0 | 49 | 7 | 42 | 53 | 3B |
| Octal | 335 | 355 | 77 | 7 | 0 | 111 | 7 | 102 | 123 | 73 |
| Binary | 11011101 | 11101101 | 111111 | 111 | 0 | 1001001 | 111 | 1000010 | 1010011 | 111011 |
Color Harmonies of #DDED3F
Complementary color
Monochromatic Colors of #DDED3F
Black with #DDED3F
Text Example
Text Example
White with #DDED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDED3F; }
p { color: rgb(221,237,63); }
H1.HeaderClassName
{
color: #DDED3F;
}
.AnyTagClassName
{
color: #DDED3F;
}
</style>
background-color css
<style>
a { background-color: #DDED3F; }
a { background-color: rgb(221,237,63); }
div.DivClassName
{
background-color: #DDED3F;
}
.BgClassName
{
background-color: #DDED3F;
}
</style>
border-color css
<style>
span { border-color: #DDED3F; }
span { border-color: rgb(221,237,63); }
td.TdClassName
{
border-color: #DDED3F;
}
.TagClassName
{
border-color: #DDED3F;
}
</style>