Shades of Starship #DCE444
Tints of Starship #DCE444
RGB
CMYK
RGB Variations
Color information
#DCE444 (or 0xDCE444) is known color: Starship. HEX triplet: DC, E4 and 44. RGB value is (220,228,68). Sum of RGB (Red+Green+Blue) = 220+228+68=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE444 is #231BBB. Grayscale: #CFCFCF. Windows color (decimal): -2300860 or 4515036. OLE color: 4515036.
HSL color Cylindrical-coordinate representation of color #DCE444: hue angle of 63º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCE444 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 68 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.11 |
| HSL | 63º | 0.75% | 0.58% | - |
| HSV(B) | 63º | 0.7% | 0.89% | - |
| XYZ | 58.3 | 71.12 | 16.12 | - |
| YUV | 207.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 68 | 0.04 | 0 | 0.70 | 0.11 | 63 | 0.75 | 0.58 |
| Hex | DC | E4 | 44 | 4 | 0 | 46 | B | 3F | 4B | 3A |
| Octal | 334 | 344 | 104 | 4 | 0 | 106 | 13 | 77 | 113 | 72 |
| Binary | 11011100 | 11100100 | 1000100 | 100 | 0 | 1000110 | 1011 | 111111 | 1001011 | 111010 |
Color Harmonies of #DCE444
Complementary color
Monochromatic Colors of #DCE444
Black with #DCE444
Text Example
Text Example
White with #DCE444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE444; }
p { color: rgb(220,228,68); }
H1.HeaderClassName
{
color: #DCE444;
}
.AnyTagClassName
{
color: #DCE444;
}
</style>
background-color css
<style>
a { background-color: #DCE444; }
a { background-color: rgb(220,228,68); }
div.DivClassName
{
background-color: #DCE444;
}
.BgClassName
{
background-color: #DCE444;
}
</style>
border-color css
<style>
span { border-color: #DCE444; }
span { border-color: rgb(220,228,68); }
td.TdClassName
{
border-color: #DCE444;
}
.TagClassName
{
border-color: #DCE444;
}
</style>