Shades of Starship #DCE441
Tints of Starship #DCE441
RGB
CMYK
RGB Variations
Color information
#DCE441 (or 0xDCE441) is known color: Starship. HEX triplet: DC, E4 and 41. RGB value is (220,228,65). Sum of RGB (Red+Green+Blue) = 220+228+65=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE441 is #231BBE. Grayscale: #CFCFCF. Windows color (decimal): -2300863 or 4318428. OLE color: 4318428.
HSL color Cylindrical-coordinate representation of color #DCE441: hue angle of 62.94º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCE441 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 65 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.11 |
| HSL | 62.94º | 0.75% | 0.57% | - |
| HSV(B) | 62.94º | 0.71% | 0.89% | - |
| XYZ | 58.21 | 71.08 | 15.65 | - |
| YUV | 207.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 65 | 0.04 | 0 | 0.71 | 0.11 | 62.94 | 0.75 | 0.57 |
| Hex | DC | E4 | 41 | 4 | 0 | 47 | B | 3F | 4B | 39 |
| Octal | 334 | 344 | 101 | 4 | 0 | 107 | 13 | 77 | 113 | 71 |
| Binary | 11011100 | 11100100 | 1000001 | 100 | 0 | 1000111 | 1011 | 111111 | 1001011 | 111001 |
Color Harmonies of #DCE441
Complementary color
Monochromatic Colors of #DCE441
Black with #DCE441
Text Example
Text Example
White with #DCE441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE441; }
p { color: rgb(220,228,65); }
H1.HeaderClassName
{
color: #DCE441;
}
.AnyTagClassName
{
color: #DCE441;
}
</style>
background-color css
<style>
a { background-color: #DCE441; }
a { background-color: rgb(220,228,65); }
div.DivClassName
{
background-color: #DCE441;
}
.BgClassName
{
background-color: #DCE441;
}
</style>
border-color css
<style>
span { border-color: #DCE441; }
span { border-color: rgb(220,228,65); }
td.TdClassName
{
border-color: #DCE441;
}
.TagClassName
{
border-color: #DCE441;
}
</style>