Shades of Starship #DCE341
Tints of Starship #DCE341
RGB
CMYK
RGB Variations
Color information
#DCE341 (or 0xDCE341) is known color: Starship. HEX triplet: DC, E3 and 41. RGB value is (220,227,65). Sum of RGB (Red+Green+Blue) = 220+227+65=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE341 is #231CBE. Grayscale: #CFCFCF. Windows color (decimal): -2301119 or 4318172. OLE color: 4318172.
HSL color Cylindrical-coordinate representation of color #DCE341: hue angle of 62.59º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCE341 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 65 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.11 |
| HSL | 62.59º | 0.74% | 0.57% | - |
| HSV(B) | 62.59º | 0.71% | 0.89% | - |
| XYZ | 57.94 | 70.54 | 15.56 | - |
| YUV | 206.44 | 48.18 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 65 | 0.03 | 0 | 0.71 | 0.11 | 62.59 | 0.74 | 0.57 |
| Hex | DC | E3 | 41 | 3 | 0 | 47 | B | 3F | 4A | 39 |
| Octal | 334 | 343 | 101 | 3 | 0 | 107 | 13 | 77 | 112 | 71 |
| Binary | 11011100 | 11100011 | 1000001 | 11 | 0 | 1000111 | 1011 | 111111 | 1001010 | 111001 |
Color Harmonies of #DCE341
Complementary color
Monochromatic Colors of #DCE341
Black with #DCE341
Text Example
Text Example
White with #DCE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE341; }
p { color: rgb(220,227,65); }
H1.HeaderClassName
{
color: #DCE341;
}
.AnyTagClassName
{
color: #DCE341;
}
</style>
background-color css
<style>
a { background-color: #DCE341; }
a { background-color: rgb(220,227,65); }
div.DivClassName
{
background-color: #DCE341;
}
.BgClassName
{
background-color: #DCE341;
}
</style>
border-color css
<style>
span { border-color: #DCE341; }
span { border-color: rgb(220,227,65); }
td.TdClassName
{
border-color: #DCE341;
}
.TagClassName
{
border-color: #DCE341;
}
</style>