Shades of Starship #DDE538
Tints of Starship #DDE538
RGB
CMYK
RGB Variations
Color information
#DDE538 (or 0xDDE538) is known color: Starship. HEX triplet: DD, E5 and 38. RGB value is (221,229,56). Sum of RGB (Red+Green+Blue) = 221+229+56=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 56 (22.27% from 255 or 11.07% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE538 is #221AC7. Grayscale: #CFCFCF. Windows color (decimal): -2235080 or 3728861. OLE color: 3728861.
HSL color Cylindrical-coordinate representation of color #DDE538: hue angle of 62.77º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDE538 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 56 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.10 |
| HSL | 62.77º | 0.77% | 0.56% | - |
| HSV(B) | 62.77º | 0.76% | 0.9% | - |
| XYZ | 58.55 | 71.7 | 14.49 | - |
| YUV | 206.89 | 42.85 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 56 | 0.03 | 0 | 0.76 | 0.10 | 62.77 | 0.77 | 0.56 |
| Hex | DD | E5 | 38 | 3 | 0 | 4C | A | 3F | 4D | 38 |
| Octal | 335 | 345 | 70 | 3 | 0 | 114 | 12 | 77 | 115 | 70 |
| Binary | 11011101 | 11100101 | 111000 | 11 | 0 | 1001100 | 1010 | 111111 | 1001101 | 111000 |
Color Harmonies of #DDE538
Complementary color
Monochromatic Colors of #DDE538
Black with #DDE538
Text Example
Text Example
White with #DDE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE538; }
p { color: rgb(221,229,56); }
H1.HeaderClassName
{
color: #DDE538;
}
.AnyTagClassName
{
color: #DDE538;
}
</style>
background-color css
<style>
a { background-color: #DDE538; }
a { background-color: rgb(221,229,56); }
div.DivClassName
{
background-color: #DDE538;
}
.BgClassName
{
background-color: #DDE538;
}
</style>
border-color css
<style>
span { border-color: #DDE538; }
span { border-color: rgb(221,229,56); }
td.TdClassName
{
border-color: #DDE538;
}
.TagClassName
{
border-color: #DDE538;
}
</style>