Shades of Starship #DCE037
Tints of Starship #DCE037
RGB
CMYK
RGB Variations
Color information
#DCE037 (or 0xDCE037) is known color: Starship. HEX triplet: DC, E0 and 37. RGB value is (220,224,55). Sum of RGB (Red+Green+Blue) = 220+224+55=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 55 (21.88% from 255 or 11.02% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE037 is #231FC8. Grayscale: #CCCCCC. Windows color (decimal): -2301897 or 3662044. OLE color: 3662044.
HSL color Cylindrical-coordinate representation of color #DCE037: hue angle of 61.42º degrees, saturation: 0.73, 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 #DCE037 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 55 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.12 |
| HSL | 61.42º | 0.73% | 0.55% | - |
| HSV(B) | 61.42º | 0.75% | 0.88% | - |
| XYZ | 56.86 | 68.8 | 13.9 | - |
| YUV | 203.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 55 | 0.02 | 0 | 0.75 | 0.12 | 61.42 | 0.73 | 0.55 |
| Hex | DC | E0 | 37 | 2 | 0 | 4B | C | 3D | 49 | 37 |
| Octal | 334 | 340 | 67 | 2 | 0 | 113 | 14 | 75 | 111 | 67 |
| Binary | 11011100 | 11100000 | 110111 | 10 | 0 | 1001011 | 1100 | 111101 | 1001001 | 110111 |
Color Harmonies of #DCE037
Complementary color
Monochromatic Colors of #DCE037
Black with #DCE037
Text Example
Text Example
White with #DCE037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE037; }
p { color: rgb(220,224,55); }
H1.HeaderClassName
{
color: #DCE037;
}
.AnyTagClassName
{
color: #DCE037;
}
</style>
background-color css
<style>
a { background-color: #DCE037; }
a { background-color: rgb(220,224,55); }
div.DivClassName
{
background-color: #DCE037;
}
.BgClassName
{
background-color: #DCE037;
}
</style>
border-color css
<style>
span { border-color: #DCE037; }
span { border-color: rgb(220,224,55); }
td.TdClassName
{
border-color: #DCE037;
}
.TagClassName
{
border-color: #DCE037;
}
</style>