Shades of Starship #DDE535
Tints of Starship #DDE535
RGB
CMYK
RGB Variations
Color information
#DDE535 (or 0xDDE535) is known color: Starship. HEX triplet: DD, E5 and 35. RGB value is (221,229,53). Sum of RGB (Red+Green+Blue) = 221+229+53=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE535 is #221ACA. Grayscale: #CFCFCF. Windows color (decimal): -2235083 or 3532253. OLE color: 3532253.
HSL color Cylindrical-coordinate representation of color #DDE535: hue angle of 62.73º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDE535 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 53 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.10 |
| HSL | 62.73º | 0.77% | 0.55% | - |
| HSV(B) | 62.73º | 0.77% | 0.9% | - |
| XYZ | 58.48 | 71.67 | 14.12 | - |
| YUV | 206.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 53 | 0.03 | 0 | 0.77 | 0.10 | 62.73 | 0.77 | 0.55 |
| Hex | DD | E5 | 35 | 3 | 0 | 4D | A | 3F | 4D | 37 |
| Octal | 335 | 345 | 65 | 3 | 0 | 115 | 12 | 77 | 115 | 67 |
| Binary | 11011101 | 11100101 | 110101 | 11 | 0 | 1001101 | 1010 | 111111 | 1001101 | 110111 |
Color Harmonies of #DDE535
Complementary color
Monochromatic Colors of #DDE535
Black with #DDE535
Text Example
Text Example
White with #DDE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE535; }
p { color: rgb(221,229,53); }
H1.HeaderClassName
{
color: #DDE535;
}
.AnyTagClassName
{
color: #DDE535;
}
</style>
background-color css
<style>
a { background-color: #DDE535; }
a { background-color: rgb(221,229,53); }
div.DivClassName
{
background-color: #DDE535;
}
.BgClassName
{
background-color: #DDE535;
}
</style>
border-color css
<style>
span { border-color: #DDE535; }
span { border-color: rgb(221,229,53); }
td.TdClassName
{
border-color: #DDE535;
}
.TagClassName
{
border-color: #DDE535;
}
</style>