Shades of Starship #DCE845
Tints of Starship #DCE845
RGB
CMYK
RGB Variations
Color information
#DCE845 (or 0xDCE845) is known color: Starship. HEX triplet: DC, E8 and 45. RGB value is (220,232,69). Sum of RGB (Red+Green+Blue) = 220+232+69=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE845 is #2317BA. Grayscale: #D2D2D2. Windows color (decimal): -2299835 or 4581596. OLE color: 4581596.
HSL color Cylindrical-coordinate representation of color #DCE845: hue angle of 64.42º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCE845 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 69 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.09 |
| HSL | 64.42º | 0.78% | 0.59% | - |
| HSV(B) | 64.42º | 0.7% | 0.91% | - |
| XYZ | 59.45 | 73.36 | 16.66 | - |
| YUV | 209.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 69 | 0.05 | 0 | 0.70 | 0.09 | 64.42 | 0.78 | 0.59 |
| Hex | DC | E8 | 45 | 5 | 0 | 46 | 9 | 40 | 4E | 3B |
| Octal | 334 | 350 | 105 | 5 | 0 | 106 | 11 | 100 | 116 | 73 |
| Binary | 11011100 | 11101000 | 1000101 | 101 | 0 | 1000110 | 1001 | 1000000 | 1001110 | 111011 |
Color Harmonies of #DCE845
Complementary color
Monochromatic Colors of #DCE845
Black with #DCE845
Text Example
Text Example
White with #DCE845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE845; }
p { color: rgb(220,232,69); }
H1.HeaderClassName
{
color: #DCE845;
}
.AnyTagClassName
{
color: #DCE845;
}
</style>
background-color css
<style>
a { background-color: #DCE845; }
a { background-color: rgb(220,232,69); }
div.DivClassName
{
background-color: #DCE845;
}
.BgClassName
{
background-color: #DCE845;
}
</style>
border-color css
<style>
span { border-color: #DCE845; }
span { border-color: rgb(220,232,69); }
td.TdClassName
{
border-color: #DCE845;
}
.TagClassName
{
border-color: #DCE845;
}
</style>