Shades of Starship #DCEE44
Tints of Starship #DCEE44
RGB
CMYK
RGB Variations
Color information
#DCEE44 (or 0xDCEE44) is known color: Starship. HEX triplet: DC, EE and 44. RGB value is (220,238,68). Sum of RGB (Red+Green+Blue) = 220+238+68=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE44 is #2311BB. Grayscale: #D5D5D5. Windows color (decimal): -2298300 or 4517596. OLE color: 4517596.
HSL color Cylindrical-coordinate representation of color #DCEE44: hue angle of 66.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCEE44 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 68 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.07 |
| HSL | 66.35º | 0.83% | 0.6% | - |
| HSV(B) | 66.35º | 0.71% | 0.93% | - |
| XYZ | 61.13 | 76.78 | 17.07 | - |
| YUV | 213.24 | 46.04 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 68 | 0.08 | 0 | 0.71 | 0.07 | 66.35 | 0.83 | 0.6 |
| Hex | DC | EE | 44 | 8 | 0 | 47 | 7 | 42 | 53 | 3C |
| Octal | 334 | 356 | 104 | 10 | 0 | 107 | 7 | 102 | 123 | 74 |
| Binary | 11011100 | 11101110 | 1000100 | 1000 | 0 | 1000111 | 111 | 1000010 | 1010011 | 111100 |
Color Harmonies of #DCEE44
Complementary color
Monochromatic Colors of #DCEE44
Black with #DCEE44
Text Example
Text Example
White with #DCEE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE44; }
p { color: rgb(220,238,68); }
H1.HeaderClassName
{
color: #DCEE44;
}
.AnyTagClassName
{
color: #DCEE44;
}
</style>
background-color css
<style>
a { background-color: #DCEE44; }
a { background-color: rgb(220,238,68); }
div.DivClassName
{
background-color: #DCEE44;
}
.BgClassName
{
background-color: #DCEE44;
}
</style>
border-color css
<style>
span { border-color: #DCEE44; }
span { border-color: rgb(220,238,68); }
td.TdClassName
{
border-color: #DCEE44;
}
.TagClassName
{
border-color: #DCEE44;
}
</style>