Shades of Starship #DCEC45
Tints of Starship #DCEC45
RGB
CMYK
RGB Variations
Color information
#DCEC45 (or 0xDCEC45) is known color: Starship. HEX triplet: DC, EC and 45. RGB value is (220,236,69). Sum of RGB (Red+Green+Blue) = 220+236+69=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEC45 is #2313BA. Grayscale: #D4D4D4. Windows color (decimal): -2298811 or 4582620. OLE color: 4582620.
HSL color Cylindrical-coordinate representation of color #DCEC45: hue angle of 65.75º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCEC45 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 69 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.07 |
| HSL | 65.75º | 0.81% | 0.6% | - |
| HSV(B) | 65.75º | 0.71% | 0.93% | - |
| XYZ | 60.58 | 75.64 | 17.04 | - |
| YUV | 212.18 | 47.2 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 69 | 0.07 | 0 | 0.71 | 0.07 | 65.75 | 0.81 | 0.6 |
| Hex | DC | EC | 45 | 7 | 0 | 47 | 7 | 42 | 51 | 3C |
| Octal | 334 | 354 | 105 | 7 | 0 | 107 | 7 | 102 | 121 | 74 |
| Binary | 11011100 | 11101100 | 1000101 | 111 | 0 | 1000111 | 111 | 1000010 | 1010001 | 111100 |
Color Harmonies of #DCEC45
Complementary color
Monochromatic Colors of #DCEC45
Black with #DCEC45
Text Example
Text Example
White with #DCEC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC45; }
p { color: rgb(220,236,69); }
H1.HeaderClassName
{
color: #DCEC45;
}
.AnyTagClassName
{
color: #DCEC45;
}
</style>
background-color css
<style>
a { background-color: #DCEC45; }
a { background-color: rgb(220,236,69); }
div.DivClassName
{
background-color: #DCEC45;
}
.BgClassName
{
background-color: #DCEC45;
}
</style>
border-color css
<style>
span { border-color: #DCEC45; }
span { border-color: rgb(220,236,69); }
td.TdClassName
{
border-color: #DCEC45;
}
.TagClassName
{
border-color: #DCEC45;
}
</style>