Shades of Starship #DCE643
Tints of Starship #DCE643
RGB
CMYK
RGB Variations
Color information
#DCE643 (or 0xDCE643) is known color: Starship. HEX triplet: DC, E6 and 43. RGB value is (220,230,67). Sum of RGB (Red+Green+Blue) = 220+230+67=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE643 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE643 is #2319BC. Grayscale: #D1D1D1. Windows color (decimal): -2300349 or 4450012. OLE color: 4450012.
HSL color Cylindrical-coordinate representation of color #DCE643: hue angle of 63.68º degrees, saturation: 0.77, 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 #DCE643 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 67 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.10 |
| HSL | 63.68º | 0.77% | 0.58% | - |
| HSV(B) | 63.68º | 0.71% | 0.9% | - |
| XYZ | 58.83 | 72.21 | 16.15 | - |
| YUV | 208.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 67 | 0.04 | 0 | 0.71 | 0.10 | 63.68 | 0.77 | 0.58 |
| Hex | DC | E6 | 43 | 4 | 0 | 47 | A | 40 | 4D | 3A |
| Octal | 334 | 346 | 103 | 4 | 0 | 107 | 12 | 100 | 115 | 72 |
| Binary | 11011100 | 11100110 | 1000011 | 100 | 0 | 1000111 | 1010 | 1000000 | 1001101 | 111010 |
Color Harmonies of #DCE643
Complementary color
Monochromatic Colors of #DCE643
Black with #DCE643
Text Example
Text Example
White with #DCE643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE643; }
p { color: rgb(220,230,67); }
H1.HeaderClassName
{
color: #DCE643;
}
.AnyTagClassName
{
color: #DCE643;
}
</style>
background-color css
<style>
a { background-color: #DCE643; }
a { background-color: rgb(220,230,67); }
div.DivClassName
{
background-color: #DCE643;
}
.BgClassName
{
background-color: #DCE643;
}
</style>
border-color css
<style>
span { border-color: #DCE643; }
span { border-color: rgb(220,230,67); }
td.TdClassName
{
border-color: #DCE643;
}
.TagClassName
{
border-color: #DCE643;
}
</style>