Shades of Starship #DCEC41
Tints of Starship #DCEC41
RGB
CMYK
RGB Variations
Color information
#DCEC41 (or 0xDCEC41) is known color: Starship. HEX triplet: DC, EC and 41. RGB value is (220,236,65). Sum of RGB (Red+Green+Blue) = 220+236+65=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 65 (25.78% from 255 or 12.48% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC41 is #2313BE. Grayscale: #D4D4D4. Windows color (decimal): -2298815 or 4320476. OLE color: 4320476.
HSL color Cylindrical-coordinate representation of color #DCEC41: hue angle of 65.61º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCEC41 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 65 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.07 |
| HSL | 65.61º | 0.82% | 0.59% | - |
| HSV(B) | 65.61º | 0.72% | 0.93% | - |
| XYZ | 60.46 | 75.59 | 16.4 | - |
| YUV | 211.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 65 | 0.07 | 0 | 0.72 | 0.07 | 65.61 | 0.82 | 0.59 |
| Hex | DC | EC | 41 | 7 | 0 | 48 | 7 | 42 | 52 | 3B |
| Octal | 334 | 354 | 101 | 7 | 0 | 110 | 7 | 102 | 122 | 73 |
| Binary | 11011100 | 11101100 | 1000001 | 111 | 0 | 1001000 | 111 | 1000010 | 1010010 | 111011 |
Color Harmonies of #DCEC41
Complementary color
Monochromatic Colors of #DCEC41
Black with #DCEC41
Text Example
Text Example
White with #DCEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC41; }
p { color: rgb(220,236,65); }
H1.HeaderClassName
{
color: #DCEC41;
}
.AnyTagClassName
{
color: #DCEC41;
}
</style>
background-color css
<style>
a { background-color: #DCEC41; }
a { background-color: rgb(220,236,65); }
div.DivClassName
{
background-color: #DCEC41;
}
.BgClassName
{
background-color: #DCEC41;
}
</style>
border-color css
<style>
span { border-color: #DCEC41; }
span { border-color: rgb(220,236,65); }
td.TdClassName
{
border-color: #DCEC41;
}
.TagClassName
{
border-color: #DCEC41;
}
</style>