Shades of Starship #DDEB49
Tints of Starship #DDEB49
RGB
CMYK
RGB Variations
Color information
#DDEB49 (or 0xDDEB49) is known color: Starship. HEX triplet: DD, EB and 49. RGB value is (221,235,73). Sum of RGB (Red+Green+Blue) = 221+235+73=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEB49 is #2214B6. Grayscale: #D4D4D4. Windows color (decimal): -2233527 or 4844509. OLE color: 4844509.
HSL color Cylindrical-coordinate representation of color #DDEB49: hue angle of 65.19º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDEB49 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 73 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.08 |
| HSL | 65.19º | 0.8% | 0.6% | - |
| HSV(B) | 65.19º | 0.69% | 0.92% | - |
| XYZ | 60.73 | 75.27 | 17.63 | - |
| YUV | 212.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 73 | 0.06 | 0 | 0.69 | 0.08 | 65.19 | 0.8 | 0.6 |
| Hex | DD | EB | 49 | 6 | 0 | 45 | 8 | 41 | 50 | 3C |
| Octal | 335 | 353 | 111 | 6 | 0 | 105 | 10 | 101 | 120 | 74 |
| Binary | 11011101 | 11101011 | 1001001 | 110 | 0 | 1000101 | 1000 | 1000001 | 1010000 | 111100 |
Color Harmonies of #DDEB49
Complementary color
Monochromatic Colors of #DDEB49
Black with #DDEB49
Text Example
Text Example
White with #DDEB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEB49; }
p { color: rgb(221,235,73); }
H1.HeaderClassName
{
color: #DDEB49;
}
.AnyTagClassName
{
color: #DDEB49;
}
</style>
background-color css
<style>
a { background-color: #DDEB49; }
a { background-color: rgb(221,235,73); }
div.DivClassName
{
background-color: #DDEB49;
}
.BgClassName
{
background-color: #DDEB49;
}
</style>
border-color css
<style>
span { border-color: #DDEB49; }
span { border-color: rgb(221,235,73); }
td.TdClassName
{
border-color: #DDEB49;
}
.TagClassName
{
border-color: #DDEB49;
}
</style>