Shades of Starship #DCE43C
Tints of Starship #DCE43C
RGB
CMYK
RGB Variations
Color information
#DCE43C (or 0xDCE43C) is known color: Starship. HEX triplet: DC, E4 and 3C. RGB value is (220,228,60). Sum of RGB (Red+Green+Blue) = 220+228+60=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE43C is #231BC3. Grayscale: #CFCFCF. Windows color (decimal): -2300868 or 3990748. OLE color: 3990748.
HSL color Cylindrical-coordinate representation of color #DCE43C: hue angle of 62.86º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCE43C is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 60 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.11 |
| HSL | 62.86º | 0.76% | 0.56% | - |
| HSV(B) | 62.86º | 0.74% | 0.89% | - |
| XYZ | 58.07 | 71.03 | 14.92 | - |
| YUV | 206.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 60 | 0.04 | 0 | 0.74 | 0.11 | 62.86 | 0.76 | 0.56 |
| Hex | DC | E4 | 3C | 4 | 0 | 4A | B | 3F | 4C | 38 |
| Octal | 334 | 344 | 74 | 4 | 0 | 112 | 13 | 77 | 114 | 70 |
| Binary | 11011100 | 11100100 | 111100 | 100 | 0 | 1001010 | 1011 | 111111 | 1001100 | 111000 |
Color Harmonies of #DCE43C
Complementary color
Monochromatic Colors of #DCE43C
Black with #DCE43C
Text Example
Text Example
White with #DCE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE43C; }
p { color: rgb(220,228,60); }
H1.HeaderClassName
{
color: #DCE43C;
}
.AnyTagClassName
{
color: #DCE43C;
}
</style>
background-color css
<style>
a { background-color: #DCE43C; }
a { background-color: rgb(220,228,60); }
div.DivClassName
{
background-color: #DCE43C;
}
.BgClassName
{
background-color: #DCE43C;
}
</style>
border-color css
<style>
span { border-color: #DCE43C; }
span { border-color: rgb(220,228,60); }
td.TdClassName
{
border-color: #DCE43C;
}
.TagClassName
{
border-color: #DCE43C;
}
</style>