Shades of Starship #DCE438
Tints of Starship #DCE438
RGB
CMYK
RGB Variations
Color information
#DCE438 (or 0xDCE438) is known color: Starship. HEX triplet: DC, E4 and 38. RGB value is (220,228,56). Sum of RGB (Red+Green+Blue) = 220+228+56=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE438 is #231BC7. Grayscale: #CECECE. Windows color (decimal): -2300872 or 3728604. OLE color: 3728604.
HSL color Cylindrical-coordinate representation of color #DCE438: hue angle of 62.79º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCE438 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 56 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.11 |
| HSL | 62.79º | 0.76% | 0.56% | - |
| HSV(B) | 62.79º | 0.75% | 0.89% | - |
| XYZ | 57.97 | 70.99 | 14.39 | - |
| YUV | 206 | 43.35 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 56 | 0.04 | 0 | 0.75 | 0.11 | 62.79 | 0.76 | 0.56 |
| Hex | DC | E4 | 38 | 4 | 0 | 4B | B | 3F | 4C | 38 |
| Octal | 334 | 344 | 70 | 4 | 0 | 113 | 13 | 77 | 114 | 70 |
| Binary | 11011100 | 11100100 | 111000 | 100 | 0 | 1001011 | 1011 | 111111 | 1001100 | 111000 |
Color Harmonies of #DCE438
Complementary color
Monochromatic Colors of #DCE438
Black with #DCE438
Text Example
Text Example
White with #DCE438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE438; }
p { color: rgb(220,228,56); }
H1.HeaderClassName
{
color: #DCE438;
}
.AnyTagClassName
{
color: #DCE438;
}
</style>
background-color css
<style>
a { background-color: #DCE438; }
a { background-color: rgb(220,228,56); }
div.DivClassName
{
background-color: #DCE438;
}
.BgClassName
{
background-color: #DCE438;
}
</style>
border-color css
<style>
span { border-color: #DCE438; }
span { border-color: rgb(220,228,56); }
td.TdClassName
{
border-color: #DCE438;
}
.TagClassName
{
border-color: #DCE438;
}
</style>