Shades of Starship #DDEE42
Tints of Starship #DDEE42
RGB
CMYK
RGB Variations
Color information
#DDEE42 (or 0xDDEE42) is known color: Starship. HEX triplet: DD, EE and 42. RGB value is (221,238,66). Sum of RGB (Red+Green+Blue) = 221+238+66=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE42 is #2211BD. Grayscale: #D5D5D5. Windows color (decimal): -2232766 or 4386525. OLE color: 4386525.
HSL color Cylindrical-coordinate representation of color #DDEE42: hue angle of 65.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDEE42 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 66 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.07 |
| HSL | 65.93º | 0.83% | 0.6% | - |
| HSV(B) | 65.93º | 0.72% | 0.93% | - |
| XYZ | 61.38 | 76.91 | 16.77 | - |
| YUV | 213.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 66 | 0.07 | 0 | 0.72 | 0.07 | 65.93 | 0.83 | 0.6 |
| Hex | DD | EE | 42 | 7 | 0 | 48 | 7 | 42 | 53 | 3C |
| Octal | 335 | 356 | 102 | 7 | 0 | 110 | 7 | 102 | 123 | 74 |
| Binary | 11011101 | 11101110 | 1000010 | 111 | 0 | 1001000 | 111 | 1000010 | 1010011 | 111100 |
Color Harmonies of #DDEE42
Complementary color
Monochromatic Colors of #DDEE42
Black with #DDEE42
Text Example
Text Example
White with #DDEE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE42; }
p { color: rgb(221,238,66); }
H1.HeaderClassName
{
color: #DDEE42;
}
.AnyTagClassName
{
color: #DDEE42;
}
</style>
background-color css
<style>
a { background-color: #DDEE42; }
a { background-color: rgb(221,238,66); }
div.DivClassName
{
background-color: #DDEE42;
}
.BgClassName
{
background-color: #DDEE42;
}
</style>
border-color css
<style>
span { border-color: #DDEE42; }
span { border-color: rgb(221,238,66); }
td.TdClassName
{
border-color: #DDEE42;
}
.TagClassName
{
border-color: #DDEE42;
}
</style>