Shades of Starship #DCE138
Tints of Starship #DCE138
RGB
CMYK
RGB Variations
Color information
#DCE138 (or 0xDCE138) is known color: Starship. HEX triplet: DC, E1 and 38. RGB value is (220,225,56). Sum of RGB (Red+Green+Blue) = 220+225+56=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE138 is #231EC7. Grayscale: #CCCCCC. Windows color (decimal): -2301640 or 3727836. OLE color: 3727836.
HSL color Cylindrical-coordinate representation of color #DCE138: hue angle of 61.78º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCE138 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 56 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.12 |
| HSL | 61.78º | 0.74% | 0.55% | - |
| HSV(B) | 61.78º | 0.75% | 0.88% | - |
| XYZ | 57.15 | 69.35 | 14.12 | - |
| YUV | 204.24 | 44.34 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 56 | 0.02 | 0 | 0.75 | 0.12 | 61.78 | 0.74 | 0.55 |
| Hex | DC | E1 | 38 | 2 | 0 | 4B | C | 3E | 4A | 37 |
| Octal | 334 | 341 | 70 | 2 | 0 | 113 | 14 | 76 | 112 | 67 |
| Binary | 11011100 | 11100001 | 111000 | 10 | 0 | 1001011 | 1100 | 111110 | 1001010 | 110111 |
Color Harmonies of #DCE138
Complementary color
Monochromatic Colors of #DCE138
Black with #DCE138
Text Example
Text Example
White with #DCE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE138; }
p { color: rgb(220,225,56); }
H1.HeaderClassName
{
color: #DCE138;
}
.AnyTagClassName
{
color: #DCE138;
}
</style>
background-color css
<style>
a { background-color: #DCE138; }
a { background-color: rgb(220,225,56); }
div.DivClassName
{
background-color: #DCE138;
}
.BgClassName
{
background-color: #DCE138;
}
</style>
border-color css
<style>
span { border-color: #DCE138; }
span { border-color: rgb(220,225,56); }
td.TdClassName
{
border-color: #DCE138;
}
.TagClassName
{
border-color: #DCE138;
}
</style>