Shades of Starship #DCE241
Tints of Starship #DCE241
RGB
CMYK
RGB Variations
Color information
#DCE241 (or 0xDCE241) is known color: Starship. HEX triplet: DC, E2 and 41. RGB value is (220,226,65). Sum of RGB (Red+Green+Blue) = 220+226+65=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE241 is #231DBE. Grayscale: #CECECE. Windows color (decimal): -2301375 or 4317916. OLE color: 4317916.
HSL color Cylindrical-coordinate representation of color #DCE241: hue angle of 62.24º degrees, saturation: 0.74, 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 #DCE241 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 65 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.11 |
| HSL | 62.24º | 0.74% | 0.57% | - |
| HSV(B) | 62.24º | 0.71% | 0.89% | - |
| XYZ | 57.67 | 69.99 | 15.47 | - |
| YUV | 205.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 65 | 0.03 | 0 | 0.71 | 0.11 | 62.24 | 0.74 | 0.57 |
| Hex | DC | E2 | 41 | 3 | 0 | 47 | B | 3E | 4A | 39 |
| Octal | 334 | 342 | 101 | 3 | 0 | 107 | 13 | 76 | 112 | 71 |
| Binary | 11011100 | 11100010 | 1000001 | 11 | 0 | 1000111 | 1011 | 111110 | 1001010 | 111001 |
Color Harmonies of #DCE241
Complementary color
Monochromatic Colors of #DCE241
Black with #DCE241
Text Example
Text Example
White with #DCE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE241; }
p { color: rgb(220,226,65); }
H1.HeaderClassName
{
color: #DCE241;
}
.AnyTagClassName
{
color: #DCE241;
}
</style>
background-color css
<style>
a { background-color: #DCE241; }
a { background-color: rgb(220,226,65); }
div.DivClassName
{
background-color: #DCE241;
}
.BgClassName
{
background-color: #DCE241;
}
</style>
border-color css
<style>
span { border-color: #DCE241; }
span { border-color: rgb(220,226,65); }
td.TdClassName
{
border-color: #DCE241;
}
.TagClassName
{
border-color: #DCE241;
}
</style>