Shades of Starship #DCE540
Tints of Starship #DCE540
RGB
CMYK
RGB Variations
Color information
#DCE540 (or 0xDCE540) is known color: Starship. HEX triplet: DC, E5 and 40. RGB value is (220,229,64). Sum of RGB (Red+Green+Blue) = 220+229+64=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE540 is #231ABF. Grayscale: #D0D0D0. Windows color (decimal): -2300608 or 4253148. OLE color: 4253148.
HSL color Cylindrical-coordinate representation of color #DCE540: hue angle of 63.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCE540 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 229 | 64 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.10 |
| HSL | 63.27º | 0.76% | 0.57% | - |
| HSV(B) | 63.27º | 0.72% | 0.9% | - |
| XYZ | 58.46 | 71.62 | 15.59 | - |
| YUV | 207.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 64 | 0.04 | 0 | 0.72 | 0.10 | 63.27 | 0.76 | 0.57 |
| Hex | DC | E5 | 40 | 4 | 0 | 48 | A | 3F | 4C | 39 |
| Octal | 334 | 345 | 100 | 4 | 0 | 110 | 12 | 77 | 114 | 71 |
| Binary | 11011100 | 11100101 | 1000000 | 100 | 0 | 1001000 | 1010 | 111111 | 1001100 | 111001 |
Color Harmonies of #DCE540
Complementary color
Monochromatic Colors of #DCE540
Black with #DCE540
Text Example
Text Example
White with #DCE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE540; }
p { color: rgb(220,229,64); }
H1.HeaderClassName
{
color: #DCE540;
}
.AnyTagClassName
{
color: #DCE540;
}
</style>
background-color css
<style>
a { background-color: #DCE540; }
a { background-color: rgb(220,229,64); }
div.DivClassName
{
background-color: #DCE540;
}
.BgClassName
{
background-color: #DCE540;
}
</style>
border-color css
<style>
span { border-color: #DCE540; }
span { border-color: rgb(220,229,64); }
td.TdClassName
{
border-color: #DCE540;
}
.TagClassName
{
border-color: #DCE540;
}
</style>