Shades of Starship #DCE640
Tints of Starship #DCE640
RGB
CMYK
RGB Variations
Color information
#DCE640 (or 0xDCE640) is known color: Starship. HEX triplet: DC, E6 and 40. RGB value is (220,230,64). Sum of RGB (Red+Green+Blue) = 220+230+64=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE640 is #2319BF. Grayscale: #D0D0D0. Windows color (decimal): -2300352 or 4253404. OLE color: 4253404.
HSL color Cylindrical-coordinate representation of color #DCE640: hue angle of 63.61º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCE640 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 64 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.10 |
| HSL | 63.61º | 0.77% | 0.58% | - |
| HSV(B) | 63.61º | 0.72% | 0.9% | - |
| XYZ | 58.74 | 72.18 | 15.69 | - |
| YUV | 208.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 64 | 0.04 | 0 | 0.72 | 0.10 | 63.61 | 0.77 | 0.58 |
| Hex | DC | E6 | 40 | 4 | 0 | 48 | A | 40 | 4D | 3A |
| Octal | 334 | 346 | 100 | 4 | 0 | 110 | 12 | 100 | 115 | 72 |
| Binary | 11011100 | 11100110 | 1000000 | 100 | 0 | 1001000 | 1010 | 1000000 | 1001101 | 111010 |
Color Harmonies of #DCE640
Complementary color
Monochromatic Colors of #DCE640
Black with #DCE640
Text Example
Text Example
White with #DCE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE640; }
p { color: rgb(220,230,64); }
H1.HeaderClassName
{
color: #DCE640;
}
.AnyTagClassName
{
color: #DCE640;
}
</style>
background-color css
<style>
a { background-color: #DCE640; }
a { background-color: rgb(220,230,64); }
div.DivClassName
{
background-color: #DCE640;
}
.BgClassName
{
background-color: #DCE640;
}
</style>
border-color css
<style>
span { border-color: #DCE640; }
span { border-color: rgb(220,230,64); }
td.TdClassName
{
border-color: #DCE640;
}
.TagClassName
{
border-color: #DCE640;
}
</style>