Shades of Starship #DCE542
Tints of Starship #DCE542
RGB
CMYK
RGB Variations
Color information
#DCE542 (or 0xDCE542) is known color: Starship. HEX triplet: DC, E5 and 42. RGB value is (220,229,66). Sum of RGB (Red+Green+Blue) = 220+229+66=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE542 is #231ABD. Grayscale: #D0D0D0. Windows color (decimal): -2300606 or 4384220. OLE color: 4384220.
HSL color Cylindrical-coordinate representation of color #DCE542: hue angle of 63.31º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCE542 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 66 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.10 |
| HSL | 63.31º | 0.76% | 0.58% | - |
| HSV(B) | 63.31º | 0.71% | 0.9% | - |
| XYZ | 58.52 | 71.65 | 15.9 | - |
| YUV | 207.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 66 | 0.04 | 0 | 0.71 | 0.10 | 63.31 | 0.76 | 0.58 |
| Hex | DC | E5 | 42 | 4 | 0 | 47 | A | 3F | 4C | 3A |
| Octal | 334 | 345 | 102 | 4 | 0 | 107 | 12 | 77 | 114 | 72 |
| Binary | 11011100 | 11100101 | 1000010 | 100 | 0 | 1000111 | 1010 | 111111 | 1001100 | 111010 |
Color Harmonies of #DCE542
Complementary color
Monochromatic Colors of #DCE542
Black with #DCE542
Text Example
Text Example
White with #DCE542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE542; }
p { color: rgb(220,229,66); }
H1.HeaderClassName
{
color: #DCE542;
}
.AnyTagClassName
{
color: #DCE542;
}
</style>
background-color css
<style>
a { background-color: #DCE542; }
a { background-color: rgb(220,229,66); }
div.DivClassName
{
background-color: #DCE542;
}
.BgClassName
{
background-color: #DCE542;
}
</style>
border-color css
<style>
span { border-color: #DCE542; }
span { border-color: rgb(220,229,66); }
td.TdClassName
{
border-color: #DCE542;
}
.TagClassName
{
border-color: #DCE542;
}
</style>