Shades of Starship #DDE135
Tints of Starship #DDE135
RGB
CMYK
RGB Variations
Color information
#DDE135 (or 0xDDE135) is known color: Starship. HEX triplet: DD, E1 and 35. RGB value is (221,225,53). Sum of RGB (Red+Green+Blue) = 221+225+53=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 53 (21.09% from 255 or 10.62% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE135 is #221ECA. Grayscale: #CCCCCC. Windows color (decimal): -2236107 or 3531229. OLE color: 3531229.
HSL color Cylindrical-coordinate representation of color #DDE135: hue angle of 61.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDE135 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 225 | 53 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.12 |
| HSL | 61.4º | 0.74% | 0.55% | - |
| HSV(B) | 61.4º | 0.76% | 0.88% | - |
| XYZ | 57.39 | 69.48 | 13.75 | - |
| YUV | 204.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 53 | 0.02 | 0 | 0.76 | 0.12 | 61.4 | 0.74 | 0.55 |
| Hex | DD | E1 | 35 | 2 | 0 | 4C | C | 3D | 4A | 37 |
| Octal | 335 | 341 | 65 | 2 | 0 | 114 | 14 | 75 | 112 | 67 |
| Binary | 11011101 | 11100001 | 110101 | 10 | 0 | 1001100 | 1100 | 111101 | 1001010 | 110111 |
Color Harmonies of #DDE135
Complementary color
Monochromatic Colors of #DDE135
Black with #DDE135
Text Example
Text Example
White with #DDE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE135; }
p { color: rgb(221,225,53); }
H1.HeaderClassName
{
color: #DDE135;
}
.AnyTagClassName
{
color: #DDE135;
}
</style>
background-color css
<style>
a { background-color: #DDE135; }
a { background-color: rgb(221,225,53); }
div.DivClassName
{
background-color: #DDE135;
}
.BgClassName
{
background-color: #DDE135;
}
</style>
border-color css
<style>
span { border-color: #DDE135; }
span { border-color: rgb(221,225,53); }
td.TdClassName
{
border-color: #DDE135;
}
.TagClassName
{
border-color: #DDE135;
}
</style>