Shades of Starship #DCE040
Tints of Starship #DCE040
RGB
CMYK
RGB Variations
Color information
#DCE040 (or 0xDCE040) is known color: Starship. HEX triplet: DC, E0 and 40. RGB value is (220,224,64). Sum of RGB (Red+Green+Blue) = 220+224+64=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE040 is #231FBF. Grayscale: #CDCDCD. Windows color (decimal): -2301888 or 4251868. OLE color: 4251868.
HSL color Cylindrical-coordinate representation of color #DCE040: hue angle of 61.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCE040 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 64 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.12 |
| HSL | 61.5º | 0.72% | 0.56% | - |
| HSV(B) | 61.5º | 0.71% | 0.88% | - |
| XYZ | 57.1 | 68.9 | 15.14 | - |
| YUV | 204.56 | 48.67 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 64 | 0.02 | 0 | 0.71 | 0.12 | 61.5 | 0.72 | 0.56 |
| Hex | DC | E0 | 40 | 2 | 0 | 47 | C | 3E | 48 | 38 |
| Octal | 334 | 340 | 100 | 2 | 0 | 107 | 14 | 76 | 110 | 70 |
| Binary | 11011100 | 11100000 | 1000000 | 10 | 0 | 1000111 | 1100 | 111110 | 1001000 | 111000 |
Color Harmonies of #DCE040
Complementary color
Monochromatic Colors of #DCE040
Black with #DCE040
Text Example
Text Example
White with #DCE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE040; }
p { color: rgb(220,224,64); }
H1.HeaderClassName
{
color: #DCE040;
}
.AnyTagClassName
{
color: #DCE040;
}
</style>
background-color css
<style>
a { background-color: #DCE040; }
a { background-color: rgb(220,224,64); }
div.DivClassName
{
background-color: #DCE040;
}
.BgClassName
{
background-color: #DCE040;
}
</style>
border-color css
<style>
span { border-color: #DCE040; }
span { border-color: rgb(220,224,64); }
td.TdClassName
{
border-color: #DCE040;
}
.TagClassName
{
border-color: #DCE040;
}
</style>