Shades of Starship #DCE848
Tints of Starship #DCE848
RGB
CMYK
RGB Variations
Color information
#DCE848 (or 0xDCE848) is known color: Starship. HEX triplet: DC, E8 and 48. RGB value is (220,232,72). Sum of RGB (Red+Green+Blue) = 220+232+72=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE848 is #2317B7. Grayscale: #D2D2D2. Windows color (decimal): -2299832 or 4778204. OLE color: 4778204.
HSL color Cylindrical-coordinate representation of color #DCE848: hue angle of 64.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCE848 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 72 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.09 |
| HSL | 64.5º | 0.78% | 0.6% | - |
| HSV(B) | 64.5º | 0.69% | 0.91% | - |
| XYZ | 59.54 | 73.4 | 17.16 | - |
| YUV | 210.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 72 | 0.05 | 0 | 0.69 | 0.09 | 64.5 | 0.78 | 0.6 |
| Hex | DC | E8 | 48 | 5 | 0 | 45 | 9 | 40 | 4E | 3C |
| Octal | 334 | 350 | 110 | 5 | 0 | 105 | 11 | 100 | 116 | 74 |
| Binary | 11011100 | 11101000 | 1001000 | 101 | 0 | 1000101 | 1001 | 1000000 | 1001110 | 111100 |
Color Harmonies of #DCE848
Complementary color
Monochromatic Colors of #DCE848
Black with #DCE848
Text Example
Text Example
White with #DCE848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE848; }
p { color: rgb(220,232,72); }
H1.HeaderClassName
{
color: #DCE848;
}
.AnyTagClassName
{
color: #DCE848;
}
</style>
background-color css
<style>
a { background-color: #DCE848; }
a { background-color: rgb(220,232,72); }
div.DivClassName
{
background-color: #DCE848;
}
.BgClassName
{
background-color: #DCE848;
}
</style>
border-color css
<style>
span { border-color: #DCE848; }
span { border-color: rgb(220,232,72); }
td.TdClassName
{
border-color: #DCE848;
}
.TagClassName
{
border-color: #DCE848;
}
</style>