Shades of Starship #DCE136
Tints of Starship #DCE136
RGB
CMYK
RGB Variations
Color information
#DCE136 (or 0xDCE136) is known color: Starship. HEX triplet: DC, E1 and 36. RGB value is (220,225,54). Sum of RGB (Red+Green+Blue) = 220+225+54=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE136 is #231EC9. Grayscale: #CCCCCC. Windows color (decimal): -2301642 or 3596764. OLE color: 3596764.
HSL color Cylindrical-coordinate representation of color #DCE136: hue angle of 61.75º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCE136 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 54 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.12 |
| HSL | 61.75º | 0.74% | 0.55% | - |
| HSV(B) | 61.75º | 0.76% | 0.88% | - |
| XYZ | 57.11 | 69.33 | 13.86 | - |
| YUV | 204.01 | 43.34 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 54 | 0.02 | 0 | 0.76 | 0.12 | 61.75 | 0.74 | 0.55 |
| Hex | DC | E1 | 36 | 2 | 0 | 4C | C | 3E | 4A | 37 |
| Octal | 334 | 341 | 66 | 2 | 0 | 114 | 14 | 76 | 112 | 67 |
| Binary | 11011100 | 11100001 | 110110 | 10 | 0 | 1001100 | 1100 | 111110 | 1001010 | 110111 |
Color Harmonies of #DCE136
Complementary color
Monochromatic Colors of #DCE136
Black with #DCE136
Text Example
Text Example
White with #DCE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE136; }
p { color: rgb(220,225,54); }
H1.HeaderClassName
{
color: #DCE136;
}
.AnyTagClassName
{
color: #DCE136;
}
</style>
background-color css
<style>
a { background-color: #DCE136; }
a { background-color: rgb(220,225,54); }
div.DivClassName
{
background-color: #DCE136;
}
.BgClassName
{
background-color: #DCE136;
}
</style>
border-color css
<style>
span { border-color: #DCE136; }
span { border-color: rgb(220,225,54); }
td.TdClassName
{
border-color: #DCE136;
}
.TagClassName
{
border-color: #DCE136;
}
</style>